Skip to content

Commit 00ff545

Browse files
committed
Adjust UI
1 parent 4f51c84 commit 00ff545

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

Core/Sources/SuggestionWidget/ChatWindowView.swift

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,7 @@ struct ChatTitleBar: View {
6666
: Color(nsColor: .disabledControlTextColor)
6767
)
6868
.frame(width: 10, height: 10)
69-
.overlay {
70-
Circle().strokeBorder(.black.opacity(0.3), lineWidth: 1)
71-
}
69+
.shadow(radius: 0.5)
7270
.overlay {
7371
if isHovering {
7472
Image(systemName: "minus")
@@ -91,9 +89,7 @@ struct ChatTitleBar: View {
9189
: Color(nsColor: .disabledControlTextColor)
9290
)
9391
.frame(width: 10, height: 10)
94-
.overlay {
95-
Circle().strokeBorder(.black.opacity(0.3), lineWidth: 1)
96-
}
92+
.shadow(radius: 0.5)
9793
.disabled(!viewStore.state)
9894
.overlay {
9995
if isHovering {

0 commit comments

Comments
 (0)