mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-07 08:26:15 +00:00
removed isDarkMode in canvas for now
This commit is contained in:
parent
5dd23d9d44
commit
2977adc627
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ const TldrawComponent = memo(() => {
|
|||
});
|
||||
}, []);
|
||||
|
||||
setUserPreferences({ id: "supermemory", isDarkMode: true });
|
||||
setUserPreferences({ id: "supermemory" });
|
||||
|
||||
const assetUrls = getAssetUrls();
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue