Skip to content

Commit

Permalink
[themes] fix bug 70302
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadushkin committed Sep 18, 2024
1 parent 23ce3cc commit ee656d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/loginpage/src/panelsettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@

const _divider = _combo.find('[data-divider]');
objs.forEach(t => {
t.l10n || (t.l10n = {});
const _css = create_colors_css(t.id, t.colors);
if ( _css ) {
const _$style = $(`style[data-theme-id=${t.id}]`);
Expand Down

0 comments on commit ee656d7

Please sign in to comment.