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:
parent
75c4766f36
commit
c116550dca
4 changed files with 28 additions and 12 deletions
|
@ -62,7 +62,7 @@ class Util {
|
|||
let theme = this.getTheme();
|
||||
let bg = {
|
||||
'': '#fff',
|
||||
dark: '#2c2b27',
|
||||
dark: '#171717',
|
||||
};
|
||||
return bg[theme];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue