Dark theme support for modal and about tab improvements

This commit is contained in:
David Ralph
2021-02-27 18:54:29 +00:00
parent caf4a07473
commit afcb7908d5
6 changed files with 53 additions and 26 deletions

View File

@@ -3,4 +3,5 @@ export const UNSPLASH_URL = 'https://unsplash.muetab.com';
export const MARKETPLACE_URL = 'https://marketplace.muetab.com';
export const WEBSITE_URL = 'https://muetab.com';
export const OFFLINE_IMAGES = 20;
export const BETA_VERSION = false;
export const BETA_VERSION = false;
export const VERSION = '5.0.0';