Skip to content

Commit 5b8e337

Browse files
This is lighter but better than darker here
1 parent 0ec4004 commit 5b8e337

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/serial/SerialBar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,14 @@ const SerialBar = ({
7272
p="1"
7373
// Runtime token lookup: a three-way conditional value isn't reliably
7474
// statically extractable.
75+
// whiteAlpha over the inherited terminal background lands close to
76+
// the Chakra-era branded gray.700 (#4c4c4c) without pinning a colour.
7577
style={{
7678
backgroundColor:
7779
traceback && syncStatus === SyncStatus.IN_SYNC
7880
? token("colors.code.error")
7981
: syncStatus === SyncStatus.OUT_OF_SYNC
80-
? token("colors.gray.700")
82+
? token("colors.whiteAlpha.300")
8183
: "inherit",
8284
}}
8385
css={cssProp}

0 commit comments

Comments
 (0)