Skip to content

Commit

Permalink
Add standard button type
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Apr 30, 2024
1 parent 88c910c commit 8f47979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIKit/Buttons/Button+Standard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import SwiftUI

public extension Button {

/// This is a standard add button.
/// Create a new ``StandardType``-based button.
init(
_ type: StandardType,
_ title: LocalizedStringKey? = nil,
Expand Down

0 comments on commit 8f47979

Please sign in to comment.