mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web): modal colors (#18332)
* feat(web): clear person birthdate * fix(web): modal colors
This commit is contained in:
parent
1219fd82a0
commit
8ab5040351
5 changed files with 5 additions and 11 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue