Small tweak to menu backdrop on mobile

This commit is contained in:
Tom Moor
2022-09-22 22:55:43 -04:00
parent 996a11f5e3
commit 1ac33a9466

View File

@@ -164,7 +164,7 @@ export const dark = {
sidebarControlHoverBackground: colors.white10,
sidebarDraftBorder: darken("0.35", colors.slate),
sidebarText: colors.slate,
backdrop: "rgba(255, 255, 255, 0.3)",
backdrop: "rgba(0, 0, 0, 0.5)",
shadow: "rgba(0, 0, 0, 0.6)",
modalBackdrop: colors.black50,