fix(onboarding): restore bubbles and spacing

This commit is contained in:
Peter Steinberger
2025-12-20 21:56:03 +00:00
parent cd77dc9563
commit 9076d543f3
2 changed files with 15 additions and 3 deletions

View File

@@ -47,6 +47,14 @@ enum ClawdisChatTheme {
#endif
}
static var onboardingAssistantBubble: Color {
#if os(macOS)
Color(nsColor: .controlBackgroundColor).opacity(0.92)
#else
Color(uiColor: .secondarySystemBackground)
#endif
}
static var userText: Color { .white }
static var assistantText: Color {