Appearance tweaks
This commit is contained in:
@@ -11,7 +11,7 @@ class ReliefButton: UIButton
|
||||
{
|
||||
public var constrainedToSquare = true
|
||||
|
||||
internal var cornerRadius = CGFloat(8.0) { didSet { setNeedsLayout() } }
|
||||
internal var cornerRadius = CGFloat(6.0) { didSet { setNeedsLayout() } }
|
||||
internal let shadowView = UIView(frame: .zero)
|
||||
internal let backgroundView = GradientView(direction: .vertical, colors: ReliefButton.gradientColors(inverted: false, darkMode: false))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user