highlight icon

This commit is contained in:
Timo Bejan 2022-03-03 10:39:02 +02:00
parent aaf7441a35
commit 30ab916811
2 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,7 @@ export class FileActionsComponent extends AutoUnsubscribe implements OnDestroy,
type: ActionTypes.circleBtn,
action: $event => this._triggerImportRedactions($event),
tooltip: _('dossier-overview.import-redactions'),
icon: 'iqser:upload',
icon: 'red:import_redactions',
show: this.showImportRedactions,
},
{

View File

@ -36,6 +36,7 @@ export class IconsModule {
'fullscreen',
'html-file',
'info',
'import_redactions',
'lightning',
'logo',
'nav-first',