We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de6363 commit db92110Copy full SHA for db92110
template/src/styles/colors.ts
@@ -1,14 +1,11 @@
1
-// DEFAULT
2
export const PRIMARY = '#272C30';
3
export const SECONDARY = '#FFE300';
4
export const BACKGROUND_COLOR = '#1B1F23';
5
export const WHITE = '#C8C8C8';
6
export const BLACK = '#3D4247';
7
8
-// ACTIONS
9
export const SUCCESS = '#16BD04';
10
export const WARNING = '#ffae00';
11
export const ALERT = '#cc4b37';
12
13
-// GRAYSCALE
14
export const GRAY_LIGHT = '#44494F';
0 commit comments