From 4745cf8536093c21fbd1145cdbba8df2a0e29007 Mon Sep 17 00:00:00 2001 From: Jose Olarte III Date: Mon, 30 Jun 2025 16:49:20 +0800 Subject: [PATCH] Fix: amount input flex width --- src/components/AmountInput.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AmountInput.vue b/src/components/AmountInput.vue index 372d5ca6..1e37d6e9 100644 --- a/src/components/AmountInput.vue +++ b/src/components/AmountInput.vue @@ -2,7 +2,7 @@ controls * * Extracted from GiftedDialog.vue to handle numeric amount input * with increment/decrement buttons and validation. * * @author Matthew Raymer */