mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Tone down the shadow in dark mode
This commit is contained in:
parent
b64764089b
commit
718db7345f
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ const darkThemeSpec = {
|
|||
avatarFont: 'rgba(255, 255, 255, 0.8)',
|
||||
},
|
||||
shadows: {
|
||||
cardBoxShadow: '0px 0px 9px -2px rgba(255, 255, 255, 0.16), 0px 7px 12px rgba(255, 255, 255, 0.13)',
|
||||
cardBoxShadow: '0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue