Skip to content

Commit

Permalink
fix: fix color value (#109)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <mis05041@naver.com>
  • Loading branch information
dev-redo and dev-redo authored Jul 26, 2024
1 parent fd66a28 commit b3a43e2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions panda.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ const cdsPreset = definePreset({
yellow: { value: '#ffd464' },
},
grey: {
10: { value: '#363738' },
20: { value: '#515354' },
30: { value: '#737678' },
40: { value: '#aaacaf' },
50: { value: '#ced1d6' },
60: { value: '#e4e5e9' },
70: { value: '#f3f4f6' },
80: { value: '#f8f9fb' },
10: { value: '#f8f9fb' },
20: { value: '#f3f4f6' },
30: { value: '#e4e5e9' },
40: { value: '#ced1d6' },
50: { value: '#aaacaf' },
60: { value: '#737678' },
70: { value: '#515354' },
80: { value: '#363738' },
},
etc: {
white: { value: '#ffffff' },
Expand Down

0 comments on commit b3a43e2

Please sign in to comment.