replace icons

This commit is contained in:
dakkar 2024-05-31 12:41:41 +01:00
parent 326b2c254a
commit 43bd8ace96
8 changed files with 14 additions and 14 deletions

View file

@ -79,7 +79,7 @@ const menu: MenuItem[] = [
action: editAntenna,
},
{
icon: 'ti ti-bell',
icon: 'ph-bell-ringing ph-bold ph-lg',
text: i18n.ts._deck.newNoteNotificationSettings,
action: () => soundSettingsButton(soundSetting),
},

View file

@ -111,7 +111,7 @@ const menu: MenuItem[] = [{
text: i18n.ts.fileAttachedOnly,
ref: onlyFiles,
}, {
icon: 'ti ti-bell',
icon: 'ph-bell-ringing ph-bold ph-lg',
text: i18n.ts._deck.newNoteNotificationSettings,
action: () => soundSettingsButton(soundSetting),
}];

View file

@ -101,7 +101,7 @@ const menu: MenuItem[] = [
ref: onlyFiles,
},
{
icon: 'ti ti-bell',
icon: 'ph-bell-ringing ph-bold ph-lg',
text: i18n.ts._deck.newNoteNotificationSettings,
action: () => soundSettingsButton(soundSetting),
},

View file

@ -68,7 +68,7 @@ const menu: MenuItem[] = [{
text: i18n.ts.role,
action: setRole,
}, {
icon: 'ti ti-bell',
icon: 'ph-bell-ringing ph-bold ph-lg',
text: i18n.ts._deck.newNoteNotificationSettings,
action: () => soundSettingsButton(soundSetting),
}];

View file

@ -132,7 +132,7 @@ const menu: MenuItem[] = [{
text: i18n.ts.timeline,
action: setType,
}, {
icon: 'ti ti-bell',
icon: 'ph-bell-ringing ph-bold ph-lg',
text: i18n.ts._deck.newNoteNotificationSettings,
action: () => soundSettingsButton(soundSetting),
}, {