Skip to content

Commit

Permalink
Update SystemPromptSettingsView.swift
Browse files Browse the repository at this point in the history
Changed color and fits to height
  • Loading branch information
tobydog1234 committed May 13, 2024
1 parent 191913f commit ca455bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DesktopAI/SystemPromptSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ca455bc

Please sign in to comment.