Skip to content

Commit

Permalink
Added bolding
Browse files Browse the repository at this point in the history
  • Loading branch information
blsage committed Oct 13, 2020
1 parent 8ed9abb commit 578b57a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Sources/iPaymentButton/iPaymentButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PassKit
import SwiftUI

@available(iOS 13.0, *)
/// A payment button πŸ’΅ wrapper view around Apple's PassKit `PKPaymentButton` β˜‘οΈ
/// A **payment button** πŸ’΅ wrapper view around Apple's PassKit `PKPaymentButton` β˜‘οΈ
/// which allows the button to be drawn and rendered complely using SwiftUI. πŸ™Œ
public struct iPaymentButton: View {

Expand All @@ -14,9 +14,9 @@ public struct iPaymentButton: View {

/// Creates a new payment button. πŸ—πŸ‘·β€β™€οΈπŸ’°
/// - Parameters:
/// - type: The text written on the button πŸ†’
/// - style: The color that the button should be 🎨
/// - action: The action to be performed when the user taps the button πŸŽ¬β–ΆοΈ
/// - type: The **text** written on the button πŸ†’
/// - style: The **color** that the button should be 🎨
/// - action: The **action** to be performed when the user taps the button πŸŽ¬β–ΆοΈ
public init(type: PKPaymentButtonType = .buy,
style: PKPaymentButtonStyle = .black,
action: @escaping () -> Void)
Expand All @@ -33,7 +33,7 @@ public struct iPaymentButton: View {
}

public extension iPaymentButton {
/// Modifies the corner radius of the payment button. β¬›οΈβš«οΈ
/// Modifies the **corner radius** of the payment button. β¬›οΈβš«οΈ
///
/// To remove the rounded courners, set this value to 0.0. 0οΈβƒ£πŸ‘Œ
///
Expand Down

0 comments on commit 578b57a

Please sign in to comment.