Skip to content

Commit b400b81

Browse files
committed
Update UI
1 parent cb126ae commit b400b81

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Core/Sources/SuggestionWidget/SuggestionPanelView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct SuggestionPanelView: View {
6868
.overlay(
6969
RoundedRectangle(cornerRadius: 7, style: .continuous)
7070
.stroke(Color.white.opacity(0.2), style: .init(lineWidth: 1))
71-
.padding(2)
71+
.padding(1)
7272
)
7373

7474
.onHover { yes in
@@ -181,7 +181,7 @@ struct ToolBar: View {
181181
}
182182
.padding()
183183
.foregroundColor(.secondary)
184-
.background(.thickMaterial)
184+
.background(.regularMaterial)
185185
}
186186
}
187187

Core/Sources/SuggestionWidget/SuggestionWidgetController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ public final class SuggestionWidgetController {
304304
return
305305
}
306306
}
307-
}
307+
}
308308

309309
hide()
310310
}

0 commit comments

Comments
 (0)