mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove unused theme colour
This commit is contained in:
parent
ff415b80a1
commit
69fcff3099
1 changed files with 0 additions and 2 deletions
|
|
@ -102,7 +102,6 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
|
|||
borderStyles: {},
|
||||
shadows: {
|
||||
panelShadow: '0px 4px 18px rgba(120, 123, 134, 0.12)',
|
||||
cardItemShadow: '0px 8px 32px rgba(32, 31, 29, 0.33)',
|
||||
cardBoxShadow:
|
||||
'0px 0px 9px -2px rgba(32, 31, 29, 0.09), 0px 7px 12px rgba(32, 31, 29, 0.07)',
|
||||
},
|
||||
|
|
@ -199,7 +198,6 @@ const darkThemeSpec = {
|
|||
labelButtonsBg: '#5F5E58',
|
||||
},
|
||||
shadows: {
|
||||
cardItemShadow: '0px 8px 32px rgba(255, 255, 255, 0.33)',
|
||||
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