We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f51c84 commit 00ff545Copy full SHA for 00ff545
1 file changed
Core/Sources/SuggestionWidget/ChatWindowView.swift
@@ -66,9 +66,7 @@ struct ChatTitleBar: View {
66
: Color(nsColor: .disabledControlTextColor)
67
)
68
.frame(width: 10, height: 10)
69
- .overlay {
70
- Circle().strokeBorder(.black.opacity(0.3), lineWidth: 1)
71
- }
+ .shadow(radius: 0.5)
72
.overlay {
73
if isHovering {
74
Image(systemName: "minus")
@@ -91,9 +89,7 @@ struct ChatTitleBar: View {
91
89
92
90
93
94
95
96
97
.disabled(!viewStore.state)
98
99
0 commit comments