about summary refs log tree commit diff
path: root/client/src/UI.elm
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/UI.elm')
-rw-r--r--client/src/UI.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/UI.elm b/client/src/UI.elm
index f959b0cc7836..7f8f379795f7 100644
--- a/client/src/UI.elm
+++ b/client/src/UI.elm
@@ -98,7 +98,8 @@ baseButton { label, enabled, handleClick, extraClasses } =
                 "cursor-not-allowed"
           , "text-white"
           , "font-bold"
-          , "py-2"
+          , "py-1"
+          , "shadow-lg"
           , "px-4"
           , "rounded"
           , "focus:outline-none"