From 7167c9bcdce8310afc46ade7a8c0c27a9116434f Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Tue, 2 May 2023 15:46:28 +0530 Subject: [PATCH] style: delete state modal theming --- apps/app/components/states/delete-state-modal.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/app/components/states/delete-state-modal.tsx b/apps/app/components/states/delete-state-modal.tsx index a49ed561e..7fdce5d44 100644 --- a/apps/app/components/states/delete-state-modal.tsx +++ b/apps/app/components/states/delete-state-modal.tsx @@ -126,8 +126,9 @@ export const DeleteStateModal: React.FC = ({ isOpen, onClose, data }) =>

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