We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0de5b6a commit 5210da8Copy full SHA for 5210da8
1 file changed
Core/Sources/SuggestionWidget/SuggestionPanelContent/ToastPanelView.swift
@@ -37,7 +37,10 @@ struct ToastPanelView: View {
37
case .warning: return Color(nsColor: .systemOrange)
38
}
39
}() as Color, in: RoundedRectangle(cornerRadius: 8))
40
- .shadow(color: Color.black.opacity(0.2), radius: 4)
+ .overlay {
41
+ RoundedRectangle(cornerRadius: 8)
42
+ .stroke(Color.black.opacity(0.3), lineWidth: 1)
43
+ }
44
45
46
0 commit comments