mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Update theme
This commit is contained in:
Vendored
+4
-2
@@ -5,11 +5,13 @@ declare module 'styled-components' {
|
|||||||
colors: {
|
colors: {
|
||||||
black: {
|
black: {
|
||||||
main: string;
|
main: string;
|
||||||
light: string;
|
|
||||||
};
|
};
|
||||||
white: {
|
white: {
|
||||||
main: string;
|
main: string;
|
||||||
light: string;
|
};
|
||||||
|
gray: {
|
||||||
|
main: string;
|
||||||
|
dark: string;
|
||||||
};
|
};
|
||||||
success: {
|
success: {
|
||||||
main: string;
|
main: string;
|
||||||
Reference in New Issue
Block a user