Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 0cda927

Browse files
committed
fix(packages/core): about can render with low contrast text
Fixes #3477
1 parent 688a991 commit 0cda927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/web/css/sidecar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
body[data-presentation="SidecarThin"] {
1+
body {
22
--color-background-inverted01: var(--color-base05);
33
--color-background-inverted02: var(--color-base03);
44
--color-text-inverted01: var(--color-ui-06);

0 commit comments

Comments
 (0)