fix firefox redmond themes / fixed topbar and panel headers not having

proper theme2 inputs/alerts colors
This commit is contained in:
Henry Jameson 2024-06-22 00:45:46 +03:00
commit aae508f5a1
2 changed files with 11 additions and 11 deletions

View file

@ -156,7 +156,7 @@ export const init = (extraRuleset, ultimateBackgroundColor, debug) => {
const rulesetUnsorted = [
...Object.values(components)
.map(c => (c.defaultRules || []).map(r => ({ component: c.name, ...r })))
.map(c => (c.defaultRules || []).map(r => ({ component: c.name, ...r, source: 'Built-in' })))
.reduce((acc, arr) => [...acc, ...arr], []),
...extraRuleset
].map(rule => {