Skip to content

Commit 5210da8

Browse files
committed
Update UI
1 parent 0de5b6a commit 5210da8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Core/Sources/SuggestionWidget/SuggestionPanelContent/ToastPanelView.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ struct ToastPanelView: View {
3737
case .warning: return Color(nsColor: .systemOrange)
3838
}
3939
}() as Color, in: RoundedRectangle(cornerRadius: 8))
40-
.shadow(color: Color.black.opacity(0.2), radius: 4)
40+
.overlay {
41+
RoundedRectangle(cornerRadius: 8)
42+
.stroke(Color.black.opacity(0.3), lineWidth: 1)
43+
}
4144
}
4245
}
4346

0 commit comments

Comments
 (0)