mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
feat(web): update icons (#19831)
* fix: update password icon in user settings * feat: add icons to more modals
This commit is contained in:
parent
d03eb87058
commit
4db76ddcf0
8 changed files with 20 additions and 3 deletions
|
|
@ -25,6 +25,7 @@
|
|||
prompt: isLocked ? $t('remove_from_locked_folder_confirmation') : $t('move_to_locked_folder_confirmation'),
|
||||
confirmText: $t('move'),
|
||||
confirmColor: isLocked ? 'danger' : 'primary',
|
||||
icon: isLocked ? mdiLockOpenVariantOutline : mdiLockOutline,
|
||||
});
|
||||
|
||||
if (!isConfirmed) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue