We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271705f commit e944399Copy full SHA for e944399
Flitro/Sidebar/ContextCardView.swift
@@ -72,6 +72,10 @@ struct ContextCardView: View {
72
RoundedRectangle(cornerRadius: 4)
73
.fill(backgroundColor)
74
.frame(width: 32, height: 32)
75
+ } else {
76
+ RoundedRectangle(cornerRadius: 4)
77
+ .fill(Color(NSColor.windowBackgroundColor))
78
+ .frame(width: 32, height: 32)
79
}
80
if let iconName = context.iconName, let icon = Ph(rawValue: iconName) {
81
icon.regular
0 commit comments