From 7841fbcce44f33962021b3127b31dbdebf5b71d9 Mon Sep 17 00:00:00 2001 From: Hugh Nimmo-Smith Date: Mon, 9 May 2022 10:03:27 -0400 Subject: [PATCH] Make error button be outlined --- 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 4e93715c..c7c9d223 100644 --- a/crates/templates/src/res/components/button.html +++ b/crates/templates/src/res/components/button.html @@ -19,7 +19,7 @@ limitations under the License. {%- endmacro %} {% macro plain_error_class() -%} - {{ self::common_class() }} border-alert bg-alert text-white hover:opacity-75 + {{ self::common_class() }} border-alert text-alert hover:opacity-75 {%- endmacro %} {% macro plain_class() -%}