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

@@ -81,7 +81,7 @@
};
</script>
<Modal title={$t('create_new_user')} {onClose} size="small" class="text-dark bg-light">
<Modal title={$t('create_new_user')} {onClose} size="small">
<ModalBody>
<form onsubmit={onSubmit} autocomplete="off" id="create-new-user-form">
{#if error}