Skip to content

Commit

Permalink
chore: style tweeks to dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Oct 25, 2023
1 parent 6dabaaa commit 3bdb815
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const DeleteAccountModal = ({ open, setOpen, onDelete }: DeleteAccountModalProps
<Dialog open={open} onOpenChange={setOpen}>
<DialogContent className="p-4">
<DialogHeader>
<DialogTitle className="!text-3xl text-left">Delete Account</DialogTitle>
<DialogTitle className="text-left">Delete Account</DialogTitle>
</DialogHeader>
<div className="flex flex-col gap-4">
<Text>Are you sure you want to delete your account?</Text>
Expand Down

0 comments on commit 3bdb815

Please sign in to comment.