From 14dc41efcc962c71719db36ffe93fa41d69d1852 Mon Sep 17 00:00:00 2001 From: jamey Date: Tue, 24 Feb 2026 14:40:19 +0000 Subject: [PATCH] remove font-size override from card-inline-form button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- assets/css/shop/components.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/shop/components.css b/assets/css/shop/components.css index 1c54a05..a837b1a 100644 --- a/assets/css/shop/components.css +++ b/assets/css/shop/components.css @@ -1730,7 +1730,6 @@ & .themed-button { padding: 0.5rem 1rem; - font-size: var(--t-text-small); font-weight: 500; white-space: nowrap; }