diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts index d0003f79c2..109ae5c9fb 100644 --- a/styles/src/styleTree/workspace.ts +++ b/styles/src/styleTree/workspace.ts @@ -96,7 +96,7 @@ export default function workspace(colorScheme: ColorScheme) { // Offline Indicator offlineIcon: { - color: foreground(layer, "on"), + color: foreground(layer, "variant"), width: 16, margin: { left: titlebarPadding,