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

fix relationView

This commit is contained in:
Andrew Simachev 2023-05-02 01:04:47 +02:00
parent 75c4766f36
commit c116550dca
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
4 changed files with 28 additions and 12 deletions

View file

@ -62,7 +62,7 @@ class Util {
let theme = this.getTheme();
let bg = {
'': '#fff',
dark: '#2c2b27',
dark: '#171717',
};
return bg[theme];
};