We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b68ba commit b4b9a35Copy full SHA for b4b9a35
Core/Sources/SuggestionWidget/WidgetWindowsController.swift
@@ -803,7 +803,7 @@ public final class WidgetWindows {
803
it.isReleasedWhenClosed = false
804
it.isOpaque = false
805
it.backgroundColor = .clear
806
- it.level = widgetLevel(0)
+ it.level = widgetLevel(2)
807
it.hasShadow = false
808
it.contentView = NSHostingView(
809
rootView: ToastPanelView(store: store.scope(
0 commit comments