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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 11 deletions

View file

@ -23,7 +23,7 @@
};
</script>
<Modal title={$t('restore_user')} {onClose} icon={mdiDeleteRestore} size="small" class="bg-light text-dark">
<Modal title={$t('restore_user')} {onClose} icon={mdiDeleteRestore} size="small">
<ModalBody>
<p>
<FormatMessage key="admin.user_restore_description" values={{ user: user.name }}>