From 17719daae8f185e7dd7305122bc7b07bccc734c4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 12 Feb 2022 21:29:49 +0000 Subject: [PATCH] :lipstick: Default background for modals --- src/styles/global-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/global-styles.scss b/src/styles/global-styles.scss index 710e78ad..7e4ef40c 100644 --- a/src/styles/global-styles.scss +++ b/src/styles/global-styles.scss @@ -31,7 +31,7 @@ html { box-shadow: 0 40px 70px -2px hsl(0deg 0% 0% / 60%), 1px 1px 6px var(--primary) !important; min-width: 350px; min-height: 200px; - + background: var(--background-darker); @include phone { left: 0.5rem !important; right: 0.5rem !important;