Skip to content

Commit 0336bd1

Browse files
committed
Apple separate colors for title and value
1 parent 4aed3d8 commit 0336bd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WooCommerce/Classes/ViewRelated/Bookings/Booking Details/BookingDetailsView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ private extension BookingDetailsView {
121121
text: .constant(row.value),
122122
fieldAlignment: .trailing,
123123
keyboardType: .default,
124-
minHeight: 44,
124+
titleFont: BookingDetailsView.TextFont.bodyMedium,
125+
valueColor: .secondary,
126+
valueFont: BookingDetailsView.TextFont.bodyRegular,
125127
horizontalPadding: 0 // Parent section padding is added elsewhere,
126128
)
127129

0 commit comments

Comments
 (0)