Browse Source

Fix: amount input flex width

matthew-scratch-2025-06-28
Jose Olarte III 2 weeks ago
parent
commit
4745cf8536
  1. 2
      src/components/AmountInput.vue

2
src/components/AmountInput.vue

@ -2,7 +2,7 @@
controls * * Extracted from GiftedDialog.vue to handle numeric amount input * controls * * Extracted from GiftedDialog.vue to handle numeric amount input *
with increment/decrement buttons and validation. * * @author Matthew Raymer */ with increment/decrement buttons and validation. * * @author Matthew Raymer */
<template> <template>
<div class="flex"> <div class="flex flex-grow">
<button <button
class="rounded-s border border-e-0 border-slate-400 bg-slate-200 px-4 py-2" class="rounded-s border border-e-0 border-slate-400 bg-slate-200 px-4 py-2"
:disabled="isAtMinimum" :disabled="isAtMinimum"

Loading…
Cancel
Save