fix(web): modal colors (#18332)

* feat(web): clear person birthdate

* fix(web): modal colors
This commit is contained in:
Jason Rasmussen
2025-05-16 12:58:17 -04:00
committed by GitHub
parent 1219fd82a0
commit 8ab5040351
5 changed files with 5 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
};
</script>
<Modal title={$t('edit_user')} size="small" icon={mdiAccountEditOutline} {onClose} class="text-dark bg-light">
<Modal title={$t('edit_user')} size="small" icon={mdiAccountEditOutline} {onClose}>
<ModalBody>
<form onsubmit={onSubmit} autocomplete="off" id="edit-user-form">
<div class="mb-4 flex flex-col gap-2">