stubs/inertia-react-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.tsx in kaze-0.9.0 vs stubs/inertia-react-ts/app/javascript/Pages/Profile/Partials/DeleteUserForm.tsx in kaze-0.10.0

- old
+ new

@@ -45,24 +45,26 @@ } return ( <section className={`space-y-6 ${className}`}> <header> - <h2 className="text-lg font-medium text-gray-900">Delete Account</h2> + <h2 className="text-lg font-medium text-gray-900 dark:text-gray-100">Delete Account</h2> - <p className="mt-1 text-sm text-gray-600"> + <p className="mt-1 text-sm text-gray-600 dark:text-gray-400"> Once your account is deleted, all of its resources and data will be permanently deleted. Before deleting your account, please download any data or information that you wish to retain. </p> </header> <DangerButton onClick={confirmUserDeletion}>Delete Account</DangerButton> <Modal show={confirmingUserDeletion} onClose={closeModal}> <form onSubmit={deleteUser} className="p-6"> - <h2 className="text-lg font-medium text-gray-900">Are you sure you want to delete your account?</h2> + <h2 className="text-lg font-medium text-gray-900 dark:text-gray-100"> + Are you sure you want to delete your account? + </h2> - <p className="mt-1 text-sm text-gray-600"> + <p className="mt-1 text-sm text-gray-600 dark:text-gray-400"> Once your account is deleted, all of its resources and data will be permanently deleted. Please enter your password to confirm you would like to permanently delete your account. </p> <div className="mt-6">