There was an error while loading. Please reload this page.
1 parent 0ec4004 commit 5b8e337Copy full SHA for 5b8e337
1 file changed
src/serial/SerialBar.tsx
@@ -72,12 +72,14 @@ const SerialBar = ({
72
p="1"
73
// Runtime token lookup: a three-way conditional value isn't reliably
74
// statically extractable.
75
+ // whiteAlpha over the inherited terminal background lands close to
76
+ // the Chakra-era branded gray.700 (#4c4c4c) without pinning a colour.
77
style={{
78
backgroundColor:
79
traceback && syncStatus === SyncStatus.IN_SYNC
80
? token("colors.code.error")
81
: syncStatus === SyncStatus.OUT_OF_SYNC
- ? token("colors.gray.700")
82
+ ? token("colors.whiteAlpha.300")
83
: "inherit",
84
}}
85
css={cssProp}
0 commit comments