Skip to content

Commit

Permalink
fix NeumorphismLabelButton
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzukihashi committed Mar 13, 2020
1 parent efffec6 commit d407dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CustomViews/NeumorphismLabelButton.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import SwiftUI

@available(iOS 13.0.0, *)
struct NeumorphismLabelButton: View {
public struct NeumorphismLabelButton: View {
@EnvironmentObject var neumorphism: NeumorphismManager
@State var isSelected = false
private var text: String
Expand Down

0 comments on commit d407dda

Please sign in to comment.