We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3923a commit 960a00fCopy full SHA for 960a00f
Flitro/FlitroApp.swift
@@ -117,6 +117,10 @@ struct ContextIconView: View {
117
RoundedRectangle(cornerRadius: 4)
118
.fill(backgroundColor)
119
.frame(width: size, height: size)
120
+ } else {
121
+ RoundedRectangle(cornerRadius: 4)
122
+ .fill(Color(NSColor.windowBackgroundColor))
123
+ .frame(width: size, height: size)
124
}
125
126
if let iconName = context.iconName, let icon = Ph(rawValue: iconName) {
0 commit comments