Skip to content

Commit 6cb2667

Browse files
committed
Remove corner radius from PluginEntryModalView
1 parent 7834176 commit 6cb2667

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

SwiftBar/UI/Plugin Repository/PluginEntryView.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ struct PluginEntryModalView: View {
110110

111111
var body: some View {
112112
ZStack {
113-
RoundedRectangle(cornerRadius: 15)
114-
.foregroundColor(Color(NSColor.controlColor))
113+
Rectangle().foregroundColor(Color(NSColor.controlColor))
115114
VStack(alignment: .leading) {
116115
HStack {
117116
VStack(alignment: .leading) {

0 commit comments

Comments
 (0)