Fix input addon border radius
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run

This commit is contained in:
Kalle
2026-03-30 20:24:58 +03:00
parent 2d0952a70c
commit 9b1960bbde

View File

@@ -48,8 +48,9 @@
}
.addon {
--addon-radius: calc(var(--radius-field) - 2px);
border-radius: var(--addon-radius) 0 0 var(--addon-radius);
display: grid;
border-radius: var(--radius-field) 0 0 var(--radius-field);
background-color: var(--color-bg-high);
color: var(--color-text-high);
font-size: var(--font-xs);