chore: updates for UX

This commit is contained in:
Tristan Yang
2023-04-06 19:38:38 +08:00
parent 1e9d123338
commit 29675f593f
9 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ const ProfileBasicEditModal: FC<Props> = ({ closeModal }) => {
newPassword !== confirmPassword ||
isLoading;
const inputClass = `my-4 w-full flex flex-col gap-2`;
const inputClass = `my-4 w-full flex flex-col items-start gap-2`;
const labelClass = `text-gray-400 font-semibold`;
return (
<Modal id="modal-modal">