mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
[PE] fix loade colors
This commit is contained in:
@ -82,6 +82,12 @@
|
||||
if ( objtheme.colors ) {
|
||||
let colors = [];
|
||||
for (let c in objtheme.colors) {
|
||||
// TODO: new PE brand color, clear for ver 7.7
|
||||
if ( c == 'toolbar-header-presentation' &&
|
||||
objtheme.colors[c] == '#aa5252' )
|
||||
objtheme.colors[c] = '#BE664F';
|
||||
//
|
||||
|
||||
colors.push('--' + c + ':' + objtheme.colors[c]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user