Skip to content

Commit db92110

Browse files
committed
chore: removed comments
1 parent 4de6363 commit db92110

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

template/src/styles/colors.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
// DEFAULT
21
export const PRIMARY = '#272C30';
32
export const SECONDARY = '#FFE300';
43
export const BACKGROUND_COLOR = '#1B1F23';
54
export const WHITE = '#C8C8C8';
65
export const BLACK = '#3D4247';
76

8-
// ACTIONS
97
export const SUCCESS = '#16BD04';
108
export const WARNING = '#ffae00';
119
export const ALERT = '#cc4b37';
1210

13-
// GRAYSCALE
1411
export const GRAY_LIGHT = '#44494F';

0 commit comments

Comments
 (0)