Skip to content

Commit

Permalink
fix(essentials): use correct blur-radius value for medium size shadow (
Browse files Browse the repository at this point in the history
…#83)

Fixes #82
  • Loading branch information
Nikolai Lopin committed May 21, 2021
1 parent a0b7f89 commit 0a79512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/essentials/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const theme = {
},
shadows: {
small: '0 0.0625rem 0.25rem 0 rgba(0,0,0,0.1)',
medium: '0 0 1rem 0.1875rem rgba(0,0,0,0.08)',
medium: '0 0 0.5rem 0.1875rem rgba(0,0,0,0.08)',
large: '0 0 0.75rem 0.25rem rgba(0,0,0,0.12)'
}
};
Expand Down

0 comments on commit 0a79512

Please sign in to comment.