Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-pkaminski committed Mar 15, 2024
1 parent 641f9bb commit 323b1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/Thumbprint/Components/Pill.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ open class Pill: UIView, UIContentSizeCategoryAdjusting {
public static var defaultPadding: CGFloat = 12.0
public static var defaultTextStyle: Font.TextStyle = .title7

private(set) var height: CGFloat
private(set) var padding: CGFloat
private(set) var textStyle: Font.TextStyle
public private(set) var height: CGFloat
public private(set) var padding: CGFloat
public private(set) var textStyle: Font.TextStyle

public init(height: CGFloat = defaultHeight,
padding: CGFloat = defaultPadding,
Expand Down

0 comments on commit 323b1bf

Please sign in to comment.