We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7834176 commit 6cb2667Copy full SHA for 6cb2667
SwiftBar/UI/Plugin Repository/PluginEntryView.swift
@@ -110,8 +110,7 @@ struct PluginEntryModalView: View {
110
111
var body: some View {
112
ZStack {
113
- RoundedRectangle(cornerRadius: 15)
114
- .foregroundColor(Color(NSColor.controlColor))
+ Rectangle().foregroundColor(Color(NSColor.controlColor))
115
VStack(alignment: .leading) {
116
HStack {
117
0 commit comments