Skip to content

Commit

Permalink
Added back tick marks
Browse files Browse the repository at this point in the history
  • Loading branch information
stechiu committed Feb 16, 2024
1 parent a5b5768 commit 21e4de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/PaymentButtons/PayPalButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public final class PayPalButton: PaymentButton {
/// Initialize a PayPalButton
/// - Parameters:
/// - insets: Edge insets of the button, defining the spacing of the button's edges relative to its content.
/// - color: Color of the button. Default to gold if not provided.
/// - color: Color of the button. Default to `.gold` if not provided.
/// - shape: Shape of the button. Default to `.rounded` if not provided.
/// - size: Size of the button. Default to `.standard` if not provided.
/// - label: Label displayed next to the button's logo. Default to no label.
Expand Down

0 comments on commit 21e4de6

Please sign in to comment.