From 5d4786cc5654592a2c542d7848b00f9eaefdd9dc Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 9 May 2022 10:56:29 -0400 Subject: [PATCH] Button styling --- crates/templates/src/res/components/button.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/templates/src/res/components/button.html b/crates/templates/src/res/components/button.html index c7bc3d18..0193db23 100644 --- a/crates/templates/src/res/components/button.html +++ b/crates/templates/src/res/components/button.html @@ -23,7 +23,7 @@ limitations under the License. {%- endmacro %} {% macro outline_error_class() -%} - {{ self::common_class() }} border-alert text-alert hover:opacity-75 + {{ self::common_class() }} border-alert text-alert hover:bg-alert/10 {%- endmacro %} {% macro plain_class() -%}