diff --git a/features/conversation-assistant/macos/Sources/Views/MenuBarView.swift b/features/conversation-assistant/macos/Sources/Views/MenuBarView.swift index 833974008..ac957d4ec 100644 --- a/features/conversation-assistant/macos/Sources/Views/MenuBarView.swift +++ b/features/conversation-assistant/macos/Sources/Views/MenuBarView.swift @@ -253,7 +253,7 @@ struct ActivityLogSection: View { if entries.isEmpty { Text("No recent activity") .font(.caption2) - .foregroundColor(.tertiary) + .foregroundStyle(.tertiary) .padding(.horizontal) } else { ScrollView { @@ -305,7 +305,7 @@ struct ActivityLogRow: View { Text(timeText) .font(.caption2) - .foregroundColor(.tertiary) + .foregroundStyle(.tertiary) } .padding(.vertical, 2) }