Skip to content

Commit

Permalink
Increase spacing between text lines
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgabrielma committed Sep 12, 2024
1 parent 913b6da commit 07752e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WooCommerce/Classes/POS/Presentation/ItemListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ private extension ItemListView {
bannerHintAndLearnMoreText
}
.font(Constants.bannerSubtitleFont)
.lineSpacing(Constants.bannerTextSpacing)
.accessibilityElement(children: .combine)
}
.frame(maxWidth: .infinity, alignment: .leading)
Expand Down Expand Up @@ -140,7 +141,7 @@ private extension ItemListView {
static let bannerSubtitleFont: POSFontStyle = .posDetailRegular
static let bannerCornerRadius: CGFloat = 8
static let bannerVerticalPadding: CGFloat = 26
static let bannerTextSpacing: CGFloat = 2
static let bannerTextSpacing: CGFloat = 4
static let bannerTitleSpacing: CGFloat = 8
static let infoIconPadding: CGFloat = 16
static let bannerInfoIconSize: CGFloat = 44
Expand Down

0 comments on commit 07752e0

Please sign in to comment.