fix(canvas): images appearing muted in dark mode (closes #5708)

This commit is contained in:
Elian Doran 2025-10-23 16:11:05 +03:00
parent af95d85b73
commit 5d0669b464
No known key found for this signature in database

View File

@ -2432,4 +2432,8 @@ iframe.print-iframe {
bottom: 0;
width: 0;
height: 0;
}
.excalidraw.theme--dark canvas {
--theme-filter: invert(100%) hue-rotate(180deg);
}