[DE] Change icon
This commit is contained in:
parent
afe935b4a5
commit
9bc347afe2
|
@ -171,7 +171,7 @@ define([
|
||||||
this.btnDarkDocument = new Common.UI.Button({
|
this.btnDarkDocument = new Common.UI.Button({
|
||||||
parentEl: $host.find('#slot-btn-dark-document'),
|
parentEl: $host.find('#slot-btn-dark-document'),
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
iconCls: 'toolbar__icon night',
|
iconCls: 'toolbar__icon dark-mode',
|
||||||
caption: this.textDarkDocument,
|
caption: this.textDarkDocument,
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
disabled: true,
|
disabled: true,
|
||||||
|
|
Loading…
Reference in a new issue