Skip to content

Commit 27da115

Browse files
committed
(theme) improve default box shadow
1 parent 918fb7f commit 27da115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/themes/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const defaultThemeStyles = {
1414
border: 'none',
1515
borderRadius: '4px',
1616
boxShadow:
17-
'0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
17+
'0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
1818
},
1919

2020
header: {
@@ -124,7 +124,7 @@ export const defaultThemeStyles = {
124124
border: 'none',
125125
borderRadius: '4px',
126126
boxShadow:
127-
'0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
127+
'0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
128128
},
129129

130130
header: {

0 commit comments

Comments
 (0)