From 63e3557ff68f8d090fb4aa39a5abf11809ad4add Mon Sep 17 00:00:00 2001 From: alexcherman Date: Wed, 6 Nov 2019 13:52:25 +0100 Subject: [PATCH 1/3] Update light theme --- src/app/components/side-panel.js | 2 +- src/app/tabs/theme-module.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/side-panel.js b/src/app/components/side-panel.js index a016a39eb6..24142cfafe 100644 --- a/src/app/components/side-panel.js +++ b/src/app/components/side-panel.js @@ -141,7 +141,7 @@ export class SidePanel extends AbstractPanel { render () { return yo` -
+
${this.header}
${this.view} diff --git a/src/app/tabs/theme-module.js b/src/app/tabs/theme-module.js index a4dec2522f..4b169a16df 100644 --- a/src/app/tabs/theme-module.js +++ b/src/app/tabs/theme-module.js @@ -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'}, From 68cc5c8362e187999a20ca87aafe92e1d2a54f13 Mon Sep 17 00:00:00 2001 From: alexcherman Date: Tue, 19 Nov 2019 16:43:30 +0100 Subject: [PATCH 2/3] Change btn-sm font-size and update alert colors --- src/app/tabs/theme-module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tabs/theme-module.js b/src/app/tabs/theme-module.js index 4b169a16df..2c087f2e13 100644 --- a/src/app/tabs/theme-module.js +++ b/src/app/tabs/theme-module.js @@ -3,8 +3,8 @@ import { EventEmitter } from 'events' 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/v1573830630/remix-light-theme.css'}, + {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1574178106/remix-dark.css'}, + {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1574178106/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'}, From bb77bce0968d64f65ba86626ad0d65ac5260f706 Mon Sep 17 00:00:00 2001 From: alexcherman Date: Wed, 20 Nov 2019 13:19:41 +0100 Subject: [PATCH 3/3] Fix typo --- src/app/tabs/theme-module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/theme-module.js b/src/app/tabs/theme-module.js index 2c087f2e13..fa06e3cda1 100644 --- a/src/app/tabs/theme-module.js +++ b/src/app/tabs/theme-module.js @@ -4,7 +4,7 @@ import * as packageJson from '../../../package.json' const themes = [ {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1574178106/remix-dark.css'}, - {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1574178106/remix-light-theme.css'}, + {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1574252300/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'},