Skip to content

Commit 5d0669b

Browse files
committed
fix(canvas): images appearing muted in dark mode (closes #5708)
1 parent af95d85 commit 5d0669b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,4 +2432,8 @@ iframe.print-iframe {
24322432
bottom: 0;
24332433
width: 0;
24342434
height: 0;
2435+
}
2436+
2437+
.excalidraw.theme--dark canvas {
2438+
--theme-filter: invert(100%) hue-rotate(180deg);
24352439
}

0 commit comments

Comments
 (0)