mirror of
https://github.com/immich-app/immich.git
synced 2025-12-17 17:23:20 +03:00
feat(web): update icons (#19831)
* fix: update password icon in user settings * feat: add icons to more modals
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user