Skip to content

Commit

Permalink
notion blog
Browse files Browse the repository at this point in the history
  • Loading branch information
gokuljs committed Jan 14, 2024
1 parent 10dd836 commit 90606d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/modals/confirmModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ const ConfirmModal = ({ children, onConfirm }: ConfirmModalProps) => {
</AlertDialogTrigger>
<AlertDialogContent>
<AlertDialogHeader>
<AlertDialogTitle>Are You absolutely sure</AlertDialogTitle>
<AlertDialogTitle className='dark:text-[white]'>
Are You absolutely sure
</AlertDialogTitle>
</AlertDialogHeader>
<AlertDialogDescription>
This action cannot be undone
Expand Down

0 comments on commit 90606d0

Please sign in to comment.