From ca455bc41bb46f33a17618e7c5fdb02dd088a621 Mon Sep 17 00:00:00 2001 From: tobydog1234 <153780207+tobydog1234@users.noreply.github.com> Date: Mon, 13 May 2024 14:13:26 -0400 Subject: [PATCH] Update SystemPromptSettingsView.swift Changed color and fits to height --- DesktopAI/SystemPromptSettingsView.swift | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/DesktopAI/SystemPromptSettingsView.swift b/DesktopAI/SystemPromptSettingsView.swift index 824b54c..1979043 100644 --- a/DesktopAI/SystemPromptSettingsView.swift +++ b/DesktopAI/SystemPromptSettingsView.swift @@ -13,8 +13,9 @@ struct SystemPromptSettingsView: View { HSplitView { VStack { Text("Test") - .frame(width: 200, height: 300) - .border(Color.black, width: 1) + .frame(maxHeight: .infinity) + .frame(width: 200) + .background(Color.gray.opacity(0.1)) HStack { Button(action: { print("Plus")