Skip to content

Commit 960a00f

Browse files
committed
default background color
1 parent cc3923a commit 960a00f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flitro/FlitroApp.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ struct ContextIconView: View {
117117
RoundedRectangle(cornerRadius: 4)
118118
.fill(backgroundColor)
119119
.frame(width: size, height: size)
120+
} else {
121+
RoundedRectangle(cornerRadius: 4)
122+
.fill(Color(NSColor.windowBackgroundColor))
123+
.frame(width: size, height: size)
120124
}
121125

122126
if let iconName = context.iconName, let icon = Ph(rawValue: iconName) {

0 commit comments

Comments
 (0)