remove font-size override from card-inline-form button
All checks were successful
deploy / deploy (push) Successful in 1m1s

Follows the same fix as inputs — the --t-text-small override was making
inline form buttons smaller than other buttons on the page.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jamey 2026-02-24 14:40:19 +00:00
parent c3cc911c5c
commit 14dc41efcc

View File

@ -1730,7 +1730,6 @@
& .themed-button { & .themed-button {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
font-size: var(--t-text-small);
font-weight: 500; font-weight: 500;
white-space: nowrap; white-space: nowrap;
} }