Skip to content

Commit b03ad63

Browse files
committed
feat: update brand colors
1 parent d50086f commit b03ad63

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/theme/colors.ts

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ export const colors = {
2929
},
3030
},
3131
brand: {
32-
dolful_blue: '#024EFA',
33-
dolful_cyan: '#00C1FF',
34-
dolful_purple_01: '#80A7FF',
35-
dolful_purple_02: '#B3CAFF',
36-
dolful_purple_03: '#535AFF',
32+
dolful_blue: '#0000FF',
33+
dolful_blue_01: '#8080FF',
34+
dolful_blue_02: '#B3B3FF',
3735
super_violet: '#BB00FF',
3836
super_pink: '#FF005E',
3937
super_red: '#FF0011',

0 commit comments

Comments
 (0)