aboutsummaryrefslogtreecommitdiff
path: root/server/src/Design/Modal.hs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Design/Modal.hs')
-rw-r--r--server/src/Design/Modal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/Design/Modal.hs b/server/src/Design/Modal.hs
index 2677fd8..914c011 100644
--- a/server/src/Design/Modal.hs
+++ b/server/src/Design/Modal.hs
@@ -31,7 +31,7 @@ design = do
zIndex 1000
backgroundColor white
sym borderRadius (px 5)
- boxShadow (px 0) (px 0) (px 15) (rgba 0 0 0 0.5)
+ boxShadow . pure . bsColor (rgba 0 0 0 0.5) $ shadowWithBlur (px 0) (px 0) (px 15)
".add" ? Add.design
".delete" ? Delete.design