We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f33605c commit e29c1a7Copy full SHA for e29c1a7
1 file changed
Core/Sources/SuggestionWidget/SuggestionWidgetController.swift
@@ -73,7 +73,7 @@ public final class SuggestionWidgetController {
73
it.isOpaque = false
74
it.backgroundColor = .clear
75
it.level = .floating
76
- it.hasShadow = false
+ it.hasShadow = true
77
it.contentView = NSHostingView(
78
rootView: SuggestionPanelView(viewModel: suggestionPanelViewModel)
79
)
0 commit comments