Skip to content

Commit

Permalink
fix: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Apr 28, 2023
1 parent 6e8f45e commit 07e516c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TsuzuKit/PressButtonStyle.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public struct PressButtonStyle: ButtonStyle {
}

public extension ButtonStyle where Self == PressButtonStyle {
static var squemo: Self {
static var press: Self {
return .init()
}
}

0 comments on commit 07e516c

Please sign in to comment.