diff --git a/src/components/MainWalletPage.tsx b/src/components/MainWalletPage.tsx index 36f15e2a..711febeb 100644 --- a/src/components/MainWalletPage.tsx +++ b/src/components/MainWalletPage.tsx @@ -94,7 +94,7 @@ export default function MainWalletPage({ walletFileName }: MainWalletPageProps) {t('global.errors.error_loading_wallet_failed', { reason: error.message || t('global.errors.reason_unknown'), })} - @@ -146,7 +146,7 @@ export default function MainWalletPage({ walletFileName }: MainWalletPageProps)
- diff --git a/src/components/earn/CreateFidelityBondDialog/CreateFidelityBondDialogSteps.tsx b/src/components/earn/CreateFidelityBondDialog/CreateFidelityBondDialogSteps.tsx index 79eec90b..b2a46cf8 100644 --- a/src/components/earn/CreateFidelityBondDialog/CreateFidelityBondDialogSteps.tsx +++ b/src/components/earn/CreateFidelityBondDialog/CreateFidelityBondDialogSteps.tsx @@ -237,11 +237,11 @@ export function CreateFidelityBondDialogSteps({ wizard }: CreateFidelityBondDial
- -
diff --git a/src/components/earn/EarnPage.tsx b/src/components/earn/EarnPage.tsx index 5264e338..2c854dcc 100644 --- a/src/components/earn/EarnPage.tsx +++ b/src/components/earn/EarnPage.tsx @@ -223,7 +223,7 @@ export const EarnPage = ({ walletFileName }: EarnPageProps) => {
- diff --git a/src/components/login/LoginCard.tsx b/src/components/login/LoginCard.tsx index 8a57ebb9..eae6fd14 100644 --- a/src/components/login/LoginCard.tsx +++ b/src/components/login/LoginCard.tsx @@ -107,7 +107,7 @@ export const LoginCard = ({ {listWalletsError ? ( <> - diff --git a/src/components/receive/BitcoinAmountInput.tsx b/src/components/receive/BitcoinAmountInput.tsx index 41ffbed1..711a76a1 100644 --- a/src/components/receive/BitcoinAmountInput.tsx +++ b/src/components/receive/BitcoinAmountInput.tsx @@ -50,7 +50,7 @@ export const BitcoinAmountInput = ({ {...inputProps} />
- diff --git a/src/components/send/SendForm.tsx b/src/components/send/SendForm.tsx index cd6a08f9..756efaf9 100644 --- a/src/components/send/SendForm.tsx +++ b/src/components/send/SendForm.tsx @@ -364,7 +364,6 @@ export function SendForm({ required: destinationJar === undefined, disabled, })} - className="h-auto" type="text" placeholder={t('send.placeholder_recipient')} onPaste={handleAddressPaste} @@ -406,7 +405,7 @@ export function SendForm({ id="send-destination-address-from-jar" className={cn( inputVariants(), - 'flex min-h-8 min-w-0 flex-col items-start justify-center gap-1 sm:flex-row sm:items-center sm:justify-between sm:gap-2', + 'flex min-h-10 min-w-0 flex-col items-start justify-center gap-1 sm:flex-row sm:items-center sm:justify-between sm:gap-2', 'bg-input/50 dark:bg-input/80 h-auto', )} > @@ -465,7 +464,7 @@ export function SendForm({ min={MIN_SEND_AMOUNT} max={MAX_SEND_AMOUNT} type="number" - className="h-auto pl-9" + className="pl-9" placeholder={t('send.placeholder_amount_input')} />
@@ -503,7 +502,7 @@ export function SendForm({ id="send-amount-sweep-from-jar" className={cn( inputVariants(), - 'flex min-h-8 min-w-0 flex-col items-start justify-center gap-1 sm:flex-row sm:items-center sm:justify-between sm:gap-2', + 'flex min-h-10 min-w-0 flex-col items-start justify-center gap-1 sm:flex-row sm:items-center sm:justify-between sm:gap-2', 'bg-input/50 dark:bg-input/80 h-auto', )} aria-disabled diff --git a/src/components/send/SendPage.tsx b/src/components/send/SendPage.tsx index 2681bc4c..a0bf5237 100644 --- a/src/components/send/SendPage.tsx +++ b/src/components/send/SendPage.tsx @@ -461,7 +461,6 @@ export const SendPage = ({ walletFileName }: SendPageProps) => {
diff --git a/src/components/ui/select.tsx b/src/components/ui/select.tsx index 135f3b6e..6d1cfe55 100644 --- a/src/components/ui/select.tsx +++ b/src/components/ui/select.tsx @@ -30,7 +30,7 @@ function SelectTrigger({ data-slot="select-trigger" data-size={size} className={cn( - "border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit max-w-full min-w-0 items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-9 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:min-w-0 *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", + "border-input data-[placeholder]:text-muted-foreground [&_svg:not([class*='text-'])]:text-muted-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 aria-invalid:border-destructive dark:bg-input/30 dark:hover:bg-input/50 flex w-fit max-w-full min-w-0 items-center justify-between gap-2 rounded-md border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs transition-[color,box-shadow] outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-10 data-[size=sm]:h-8 *:data-[slot=select-value]:line-clamp-1 *:data-[slot=select-value]:flex *:data-[slot=select-value]:min-w-0 *:data-[slot=select-value]:items-center *:data-[slot=select-value]:gap-2 [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", className, )} {...props}