If you say pill, we should assume you really mean it :P Fixes #378

This commit is contained in:
Lea Verou
2024-12-20 11:44:29 -05:00
parent ec3251d0c6
commit 8887056651

View File

@@ -96,5 +96,5 @@ input:is([type='button'], [type='reset'], [type='submit']),
.wa-pill,
:host([pill]) {
border-radius: var(--wa-border-radius-pill);
border-radius: var(--wa-border-radius-pill) !important;
}