Skip to content

Commit c49bc33

Browse files
committed
Removed DissmissableNoticeView extra padding
1 parent 9479aa0 commit c49bc33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/SwiftUI Components/DismissableNoticeView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ struct DismissableNoticeView: View {
4545
}
4646
.frame(width: Layout.imageSize, height: Layout.imageSize, alignment: .trailing)
4747
.cornerRadius(Layout.imageSize/2)
48-
.padding(.trailing, Layout.verticalPadding)
4948
}
5049
.padding(.bottom, Layout.verticalPadding)
5150
.frame(maxWidth: .infinity)

0 commit comments

Comments
 (0)