sorting, typo

This commit is contained in:
Henry Jameson 2025-07-03 17:11:23 +03:00
commit b2f7309e1e
5 changed files with 19 additions and 17 deletions

View file

@ -412,11 +412,9 @@ const AppearanceTab = {
}
const sheet = createStyleSheet('appearance-tab-previews')
const sheet = createStyleSheet('appearance-tab-previews', 90)
sheet.addRule([
'#theme-preview-',
key,
' {\n',
'#theme-preview-', key, ' {\n',
getCssRules(theme3.eager).join('\n'),
'\n}'
].join(''))