diff --git a/components/DualCurrencyInput.tsx b/components/DualCurrencyInput.tsx index 27b8a13..aa61f15 100644 --- a/components/DualCurrencyInput.tsx +++ b/components/DualCurrencyInput.tsx @@ -69,7 +69,7 @@ export function DualCurrencyInput({ className={cn( "w-full border-transparent bg-transparent text-center mt-3", ((max && Number(amount) > max) || (min && Number(amount) < min)) && - "text-red-500", + "text-destructive", )} placeholder="0" keyboardType={inputMode === "sats" ? "number-pad" : "decimal-pad"} diff --git a/pages/send/LNURLPay.tsx b/pages/send/LNURLPay.tsx index 6944deb..50bb0b9 100644 --- a/pages/send/LNURLPay.tsx +++ b/pages/send/LNURLPay.tsx @@ -91,7 +91,7 @@ export function LNURLPay() { Between{" "} diff --git a/pages/withdraw/Withdraw.tsx b/pages/withdraw/Withdraw.tsx index ad42440..db76185 100644 --- a/pages/withdraw/Withdraw.tsx +++ b/pages/withdraw/Withdraw.tsx @@ -236,7 +236,7 @@ export function Withdraw() { Between{" "}