From 6c5baf1eb8572cac382e1fd43bf0841171f61692 Mon Sep 17 00:00:00 2001 From: alexcherman Date: Wed, 6 Nov 2019 13:54:10 +0100 Subject: [PATCH] Change toaster background --- 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 9ff1d7a74c..f131daf45c 100644 --- a/src/app/tabs/theme-module.js +++ b/src/app/tabs/theme-module.js @@ -3,7 +3,7 @@ import { EventEmitter } from 'events' import * as packageJson from '../../../package.json' const themes = [ - {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573037013/remix-dark-theme.css'}, + {name: 'Dark', quality: 'dark', url: 'https://res.cloudinary.com/dvtmp0niu/raw/upload/v1573044638/remix-dark.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