We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 904f853 commit 24569ccCopy full SHA for 24569cc
lib/algora_web/components/ui/button.ex
@@ -84,8 +84,8 @@ defmodule AlgoraWeb.Components.UI.Button do
84
size: %{
85
"default" => "h-9 px-4 py-2 text-sm",
86
"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",
+ "lg" => "h-10 rounded-md px-4 lg:px-8 text-sm lg:text-base",
+ "xl" => "h-12 rounded-md px-5 lg:px-10 text-base lg:text-lg",
89
"icon" => "h-9 w-9"
90
}
91
0 commit comments