Skip to content

Commit

Permalink
test: ajust test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 5, 2022
1 parent 738f882 commit 0843917
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/system/src/colors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ describe('#colors', () => {

expect(colors).toEqual({
white: '#ffffff',
'white-a1': '#ffffff3',
'white-a2': '#ffffff5',
'white-a3': '#ffffff8',
'white-a1': '#ffffff03',
'white-a2': '#ffffff05',
'white-a3': '#ffffff08',

'blue-gray-500': '#64748b',
'blue-gray-500-a1': '#64748b03',
Expand Down

0 comments on commit 0843917

Please sign in to comment.