improvements to backcompat + fixes to topbar
This commit is contained in:
parent
2172529dd0
commit
c3e6e7c61d
4 changed files with 11 additions and 26 deletions
|
|
@ -13,7 +13,6 @@ export const applyTheme = (input) => {
|
|||
const t1 = performance.now()
|
||||
console.log('Themes 2 initialization took ' + (t1 - t0) + 'ms')
|
||||
const extraRules = convertTheme2To3(theme)
|
||||
console.log(extraRules)
|
||||
const themes3 = init(extraRules)
|
||||
const t2 = performance.now()
|
||||
console.log('Themes 3 initialization took ' + (t2 - t1) + 'ms')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue