diff --git a/styles/src/styleTree/workspace.ts b/styles/src/styleTree/workspace.ts index d0003f79c2297309968971ecf5df0a58116d45b8..109ae5c9fb22e46064961a5cb4e14a0022799a15 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,