From 22760eb80bb0a57f72c57d15e980362ac5eaebf3 Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Tue, 2 May 2023 15:45:10 +0530 Subject: [PATCH] style: delete estimate modal theming --- .../app/components/estimates/delete-estimate-modal.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/app/components/estimates/delete-estimate-modal.tsx b/apps/app/components/estimates/delete-estimate-modal.tsx index 6b5f4c512..c456ceab6 100644 --- a/apps/app/components/estimates/delete-estimate-modal.tsx +++ b/apps/app/components/estimates/delete-estimate-modal.tsx @@ -46,7 +46,7 @@ export const DeleteEstimateModal: React.FC = ({ leaveFrom="opacity-100" leaveTo="opacity-0" > -
+
@@ -60,10 +60,10 @@ export const DeleteEstimateModal: React.FC = ({ leaveFrom="opacity-100 translate-y-0 sm:scale-100" leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" > - +
- +
-

+

Are you sure you want to delete estimate-{" "} - {data.name} + {data.name} {""}? All of the data related to the estiamte will be permanently removed. This action cannot be undone.