From c1153708f65b5a9aa8c43cd61dc4be23f71c5143 Mon Sep 17 00:00:00 2001 From: lindsaym-fa Date: Tue, 17 Dec 2024 11:47:59 -0500 Subject: [PATCH] Fix link button appearance --- src/styles/native/button.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/native/button.css b/src/styles/native/button.css index e6c1182e3..cb512e37c 100644 --- a/src/styles/native/button.css +++ b/src/styles/native/button.css @@ -41,6 +41,7 @@ button, input:is([type='button'], [type='reset'], [type='submit']), +:host([href]) a, .wa-button:not([part~='base']) { display: inline-flex; background-color: var(--background-color);