aboutsummaryrefslogtreecommitdiff
path: root/server/src/Design/Views.hs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/Design/Views.hs')
-rw-r--r--server/src/Design/Views.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/Design/Views.hs b/server/src/Design/Views.hs
index a73a1fa..b9e3cf8 100644
--- a/server/src/Design/Views.hs
+++ b/server/src/Design/Views.hs
@@ -43,5 +43,5 @@ design = do
".tag" ? do
sym borderRadius (px 4)
sym2 padding (px 2) (px 5)
- boxShadow (px 2) (px 2) (px 5) (rgba 0 0 0 0.3)
+ boxShadow . pure . bsColor (rgba 0 0 0 0.3) $ shadowWithBlur (px 2) (px 2) (px 5)
color Color.white