Skip to content

Added padding option in Soft Button Style

Compare
Choose a tag to compare
@costachung costachung released this 13 Nov 08:10
· 36 commits to master since this release

Added padding option in Soft Button Style.

softButtonStyle<S : Shape>(_ content: S, padding: CGFloat, mainColor: Color, textColor: Color, darkShadowColor: Color, lightShadowColor: Color, pressedEffect: SoftButtonPressedEffect)

Removed hex color extension. Use RGB value directly.