mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-01 18:20:28 +00:00
Update app theme
This commit is contained in:
Vendored
+40
-1
@@ -1,5 +1,44 @@
|
||||
import 'styled-components';
|
||||
|
||||
declare module 'styled-components' {
|
||||
export interface DefaultTheme {}
|
||||
export interface DefaultTheme {
|
||||
colors: {
|
||||
black: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
white: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
success: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
error: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
warning: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
client: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
productOwner: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
developer: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
admin: {
|
||||
main: string;
|
||||
light: string;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user