Skip to content

Commit

Permalink
added recommended changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kashyap1ankit committed Oct 19, 2024
1 parent 5ca1762 commit ada85d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/DeleteAccountDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const DeleteAccountDialog = () => {
<form className="mt-6" onSubmit={handleSubmit(handleDeleteAccount)}>
<label className="text-black dark:text-gray-200" htmlFor="random">
Type{' '}
<span className="text-black dark:text-white font-bold">
<span className="bg-gray-300 dark:bg-gray-800 text-black dark:text-white font-mono px-2 py-1 rounded">
{randomString}
</span>
</label>
Expand Down

0 comments on commit ada85d3

Please sign in to comment.