-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Button Sizes #241
Update Button Sizes #241
Conversation
Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebButtonsView.swift
Outdated
Show resolved
Hide resolved
Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebButtonsView.swift
Outdated
Show resolved
Hide resolved
Demo/Demo/SwiftUIComponents/PayPalWebPayments/PayPalWebButtonsView.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good ~ just left a few small comments 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The name PaymentButtonSize.regular
feels a bit odd to me for some reason. Not sure if PaymentButtonSize.standard
feels better to you as well. Code looks good overall so I'll leave it up to you if changing regular
to standard
reads a bit better!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!!
* Changed from `.regular` to `.standard`
Reason for changes
Need to update the sizes to match QL button redesign
Summary of changes
.mini
and.regular
.mini
is now rectangular to match Figma redesign.mini
to match Figma redesignChecklist
Authors