Skip to content

Commit 91a4f9a

Browse files
Merge pull request #75 from commitd/sh-dark-hex
Change light theme to hex too
2 parents fc9790f + d6ae878 commit 91a4f9a

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)