Remove dark mode
This commit is contained in:
@@ -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" />;
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user