feat(web): update icons (#19831)

* fix: update password icon in user settings

* feat: add icons to more modals
This commit is contained in:
Hamish 2025-07-09 12:12:16 +10:00 committed by GitHub
parent d03eb87058
commit 4db76ddcf0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 20 additions and 3 deletions

View file

@ -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) {