From 65037b5031770c6e4b0755bc576bfa255482b62a Mon Sep 17 00:00:00 2001 From: Aaryan Khandelwal <65252264+aaryan610@users.noreply.github.com> Date: Thu, 6 Apr 2023 01:03:42 +0530 Subject: [PATCH] style: disabled state for buttons (#724) --- apps/app/components/ui/buttons/danger-button.tsx | 12 ++++++------ apps/app/components/ui/buttons/primary-button.tsx | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/app/components/ui/buttons/danger-button.tsx b/apps/app/components/ui/buttons/danger-button.tsx index 1967d3b11..3adb7012b 100644 --- a/apps/app/components/ui/buttons/danger-button.tsx +++ b/apps/app/components/ui/buttons/danger-button.tsx @@ -13,7 +13,7 @@ export const DangerButton: React.FC = ({ }) => (