Skip to content

Commit a0595cc

Browse files
authored
chore: Changed colors for the style-custom-types page (#3723)
1 parent 190a4a8 commit a0595cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/badge/style-custom-types.page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const backgrounds = {
7575
};
7676

7777
const colors = {
78-
light: palette.neutral10,
79-
dark: palette.neutral100,
78+
light: 'white',
79+
dark: 'black',
8080
};
8181

8282
const borderColors = {

0 commit comments

Comments
 (0)