We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d58f2 commit 2e65bbdCopy full SHA for 2e65bbd
Core/Sources/SuggestionWidget/SuggestionPanelContent/ToastPanelView.swift
@@ -28,7 +28,7 @@ struct ToastPanelView: View {
28
}() as Color, in: RoundedRectangle(cornerRadius: 8))
29
.overlay {
30
RoundedRectangle(cornerRadius: 8)
31
- .stroke(Color.black.opacity(0.3), lineWidth: 1)
+ .stroke(Color.black.opacity(0.1), lineWidth: 1)
32
}
33
34
0 commit comments