Skip to content

Commit 2e65bbd

Browse files
committed
Adjust border color
1 parent e6d58f2 commit 2e65bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionWidget/SuggestionPanelContent/ToastPanelView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ struct ToastPanelView: View {
2828
}() as Color, in: RoundedRectangle(cornerRadius: 8))
2929
.overlay {
3030
RoundedRectangle(cornerRadius: 8)
31-
.stroke(Color.black.opacity(0.3), lineWidth: 1)
31+
.stroke(Color.black.opacity(0.1), lineWidth: 1)
3232
}
3333
}
3434

0 commit comments

Comments
 (0)