Skip to content

Commit d1f12f4

Browse files
committed
Update disabled opacity to 0.5
1 parent 23098f5 commit d1f12f4

File tree

1 file changed

+1
-1
lines changed
  • WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Split Shipments/SelectableShipmentItemRow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ private extension SelectableShipmentItemRow {
8383
static let imageSize: CGFloat = 56.0
8484
static let imageCornerRadius: CGFloat = 4.0
8585
static let badgeOffset: CGFloat = 8.0
86-
static let disabledOpacity: CGFloat = 0.7
86+
static let disabledOpacity: CGFloat = 0.5
8787
}
8888
}
8989

0 commit comments

Comments
 (0)