feat: Adds visual stacking to nested modals (#1189)
Fixes various mobile styling/layout issues
This commit is contained in:
@@ -69,6 +69,7 @@ export const light = {
|
||||
sidebarBackground: colors.warmGrey,
|
||||
sidebarItemBackground: colors.black05,
|
||||
sidebarText: 'rgb(78, 92, 110)',
|
||||
shadow: 'rgba(0, 0, 0, 0.2)',
|
||||
|
||||
menuBackground: colors.white,
|
||||
menuShadow:
|
||||
@@ -119,6 +120,7 @@ export const dark = {
|
||||
sidebarBackground: colors.veryDarkBlue,
|
||||
sidebarItemBackground: colors.veryDarkBlue,
|
||||
sidebarText: colors.slate,
|
||||
shadow: 'rgba(0, 0, 0, 0.6)',
|
||||
|
||||
menuBackground: lighten(0.015, colors.almostBlack),
|
||||
menuShadow:
|
||||
|
||||
Reference in New Issue
Block a user