1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

consistent icon backgrounds

This commit is contained in:
Andrew Simachev 2023-07-06 14:07:36 +02:00
parent 523569058a
commit c6cd79dc16
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
9 changed files with 12 additions and 13 deletions

View file

@ -47,7 +47,7 @@ class Util {
};
getTheme () {
const theme = (undefined !== ConfigManager.config.theme) ? ConfigManager.config.theme : 'dark';
const theme = (undefined !== ConfigManager.config.theme) ? ConfigManager.config.theme : 'system';
switch (theme) {
default:
return theme;