We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3407f commit de7000aCopy full SHA for de7000a
WooCommerce/Classes/ViewRelated/Coupons/Add and Edit Coupons/AddEditCoupon.swift
@@ -54,16 +54,14 @@ struct AddEditCoupon: View {
54
}
55
.padding(.bottom, Constants.verticalSpacing)
56
57
- HStack {
58
- Button {
59
- //TODO: handle action
60
- } label: {
61
- Text(Localization.regenerateCouponCodeButton)
62
- }
63
- .buttonStyle(LinkButtonStyle())
64
- .fixedSize()
65
- Spacer().frame(maxWidth: .infinity)
+ Button {
+ //TODO: handle action
+ } label: {
+ Text(Localization.regenerateCouponCodeButton)
66
+ .buttonStyle(LinkButtonStyle())
+ .fixedSize()
+ .frame(maxWidth: .infinity, alignment: .leading)
67
68
69
Button {
0 commit comments