From 68f0a8c44527292cc3d385594829e71f3d1d5a57 Mon Sep 17 00:00:00 2001 From: im-adithya Date: Mon, 23 Dec 2024 23:04:18 +0530 Subject: [PATCH] chore: change red to destructive --- components/DualCurrencyInput.tsx | 2 +- pages/send/LNURLPay.tsx | 2 +- pages/withdraw/Withdraw.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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{" "}