Skip to content

Commit

Permalink
(theme) improve default box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
antoine92190 committed Mar 21, 2020
1 parent 918fb7f commit 27da115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/themes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const defaultThemeStyles = {
border: 'none',
borderRadius: '4px',
boxShadow:
'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)'
'0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
},

header: {
Expand Down Expand Up @@ -124,7 +124,7 @@ export const defaultThemeStyles = {
border: 'none',
borderRadius: '4px',
boxShadow:
'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)'
'0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)'
},

header: {
Expand Down

0 comments on commit 27da115

Please sign in to comment.