Skip to content

Commit 289dd64

Browse files
committed
Adjust the content insets a bit to be more precise
1 parent 945e43f commit 289dd64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Tools/Notices/NoticeView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ private extension NoticeView {
206206
enum Metrics {
207207
static let cornerRadius: CGFloat = 13.0
208208
static let layoutMargins = UIEdgeInsets(top: 16.0, left: 16.0, bottom: 16.0, right: 16.0)
209-
static let actionButtonContentInsets = UIEdgeInsets(top: 24.0, left: 16.0, bottom: 24.0, right: 16.0)
209+
static let actionButtonContentInsets = UIEdgeInsets(top: 22.0, left: 16.0, bottom: 22.0, right: 16.0)
210210
static let labelLineSpacing: CGFloat = 18.0
211211
}
212212

0 commit comments

Comments
 (0)