pull/1/head
LianaHus 6 years ago
parent fe18c2150c
commit f4ab82c2ea
  1. 2
      src/app/ui/landing-page/landing-page.js

@ -200,7 +200,7 @@ export class LandingPage extends BaseApi {
globalRegistry.get('themeModule').api.events.on('themeChanged', (type) => { globalRegistry.get('themeModule').api.events.on('themeChanged', (type) => {
const invert = type === 'dark' ? 1 : 0 const invert = type === 'dark' ? 1 : 0
const img = document.getElementById('remixLogo') const img = document.getElementById('remixLogo')
if (img) { if (img) {
img.style.filter = `invert(${invert})` img.style.filter = `invert(${invert})`
} }
}) })

Loading…
Cancel
Save