We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ce98d commit 2799344Copy full SHA for 2799344
WooCommerce/Classes/ViewRelated/Inbox/InboxNoteRow.swift
@@ -10,7 +10,7 @@ struct InboxNoteRow: View {
10
11
var body: some View {
12
VStack(spacing: 0) {
13
- VStack(alignment: .leading, spacing: 0) {
+ VStack(alignment: .leading, spacing: Constants.spacingBetweenTopHStackAndContentVStack) {
14
// HStack with type icon and relative date.
15
HStack {
16
Circle()
@@ -87,6 +87,7 @@ private extension InboxNoteRow {
87
88
enum Constants {
89
static let spacingBetweenActions: CGFloat = 16
90
+ static let spacingBetweenTopHStackAndContentVStack: CGFloat = 8
91
static let verticalSpacing: CGFloat = 14
92
static let defaultPadding: CGFloat = 16
93
static let dividerHeight: CGFloat = 1
0 commit comments