Skip to content

Commit 24569cc

Browse files
committed
update button styling
1 parent 904f853 commit 24569cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/algora_web/components/ui/button.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ defmodule AlgoraWeb.Components.UI.Button do
8484
size: %{
8585
"default" => "h-9 px-4 py-2 text-sm",
8686
"sm" => "h-8 rounded-md px-3 text-xs",
87-
"lg" => "h-10 rounded-md px-8 text-base",
88-
"xl" => "h-12 rounded-md px-10 text-lg",
87+
"lg" => "h-10 rounded-md px-4 lg:px-8 text-sm lg:text-base",
88+
"xl" => "h-12 rounded-md px-5 lg:px-10 text-base lg:text-lg",
8989
"icon" => "h-9 w-9"
9090
}
9191
}

0 commit comments

Comments
 (0)