You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
278 B
7 lines
278 B
export declare const RED = "#ce5b67";
|
|
export declare const BLUE = "#1989fa";
|
|
export declare const WHITE = "#fff";
|
|
export declare const GREEN = "#07c160";
|
|
export declare const ORANGE = "#ff976a";
|
|
export declare const GRAY = "#323233";
|
|
export declare const GRAY_DARK = "#969799";
|
|
|