fix(macos): onboarding location + layout

This commit is contained in:
Peter Steinberger
2026-01-11 01:35:51 +01:00
parent cbac9fe4ac
commit 21ba04755b
9 changed files with 86 additions and 23 deletions

View File

@@ -52,8 +52,10 @@ public struct ClawdbotChatView: View {
public var body: some View {
ZStack {
ClawdbotChatTheme.background
.ignoresSafeArea()
if self.style == .standard {
ClawdbotChatTheme.background
.ignoresSafeArea()
}
VStack(spacing: Layout.stackSpacing) {
self.messageList