Remove dark mode

This commit is contained in:
2024-12-01 10:21:11 +01:00
parent 2e3f90de19
commit 80e1f50acc
5 changed files with 9 additions and 58 deletions

View File

@@ -60,7 +60,7 @@ export const Attachment = lazy(async () => {
</div>
}
return <div ref={containerRef} className="w-full h-full overflow-scroll sheet-music-display" />;
return <div ref={containerRef} className="w-full h-full overflow-scroll" />;
},
};
});