Skip to content

Commit

Permalink
Update light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchorman committed Nov 15, 2019
1 parent f5766e3 commit 9123c14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/components/side-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel {

render () {
return yo`
<section class="${css.panel}">
<section class="${css.panel} plugin-manager">
${this.header}
<div class="${css.pluginsContainer}">
${this.view}
Expand Down
2 changes: 1 addition & 1 deletion src/app/tabs/theme-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as packageJson from '../../../package.json'

const themes = [
{name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573140701/remix-dark.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/light-theme.css'},
{name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573830630/remix-light-theme.css'},

// switching to the url Todo: remove when the theme is ready
// {name: 'Dark', quality: 'dark', url: 'assets/css/remix-dark-theme.css'},
Expand Down

0 comments on commit 9123c14

Please sign in to comment.