From f519709fe09348fae7636c7f320102bb214f406b Mon Sep 17 00:00:00 2001 From: alexcherman Date: Tue, 29 Oct 2019 11:18:26 +0100 Subject: [PATCH] Fix alert and buttons colors in light theme --- 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 9fcb321ad0..bf393b4ba7 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/v1570118040/remix-dark-theme.css'}, - {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1570118040/remix-light-theme.css'}, + {name: 'Light', quality: 'light', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1572342742/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'},