From c3cc911c5cd052f7d1cce98735142a526dcfc3ad Mon Sep 17 00:00:00 2001 From: jamey Date: Tue, 24 Feb 2026 14:39:26 +0000 Subject: [PATCH] make themed-input font size consistent across all contexts card-inline-form was overriding input font-size to --t-text-small, making inline inputs noticeably smaller than contact form inputs. Removed the override so all inputs inherit the same base size from the themed container. Co-Authored-By: Claude Sonnet 4.6 --- assets/css/shop/components.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/css/shop/components.css b/assets/css/shop/components.css index 031bc02..1c54a05 100644 --- a/assets/css/shop/components.css +++ b/assets/css/shop/components.css @@ -1682,7 +1682,6 @@ .contact-form .themed-input { width: 100%; padding: 0.5rem 1rem; - font-size: var(--t-text-base); } .contact-form-submit { @@ -1727,7 +1726,6 @@ flex: 1; min-width: 0; padding: 0.5rem 0.75rem; - font-size: var(--t-text-small); } & .themed-button {