Skip to content

Commit d6ae878

Browse files
committed
Change light theme to hex too
1 parent 1087923 commit d6ae878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/theme/lightTheme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export const committedLightPalette: PaletteOptions = {
9191
},
9292
background: {
9393
default: paletteColors.grey[50],
94-
paper: 'white',
94+
paper: '#FFFFFF',
9595
},
9696
text,
9797
grey: paletteColors.grey,

test/theme/__snapshots__/createTheme.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Object {
328328
"augmentColor": [Function],
329329
"background": Object {
330330
"default": "#F7F7F7",
331-
"paper": "white",
331+
"paper": "#FFFFFF",
332332
},
333333
"brand": Object {
334334
"contrastText": "#222222",

0 commit comments

Comments
 (0)