Skip to content

Commit 310c73c

Browse files
committed
fix: Directors screen - colors in livespeak split was not hardcoded
1 parent c458989 commit 310c73c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/webui/src/client/ui/ClockView/ClockViewPieceIcons/ClockViewPieceIcons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ $letter-spacing: 0.03em;
8181
}
8282

8383
.live-speak {
84-
--vt-color-light: color-mix(in srgb, var(--segment-layer-background-#{'vt'}) 90%, white);
85-
--camera-color-light: color-mix(in srgb, var(--segment-layer-background-#{'camera'}) 90%, white);
84+
--vt-color-light: #954c4c;
85+
--camera-color-light: #4c954c;
8686

8787
background-image: linear-gradient(to bottom, var(--vt-color-light) 50%, var(--camera-color-light) 50%);
8888
display: flex;

0 commit comments

Comments
 (0)