primaryStyle

Creates a primary button style using the provided theme.

Return

A primary button style with theme-based colors

Parameters

theme

The theme to use for the button colors


fun primaryStyle(backgroundColor: Color, contentColor: Color): FashionButtonStyle

Creates a primary button style with custom colors.

Return

A primary button style with custom colors

Parameters

backgroundColor

The background color of the button

contentColor

The color of the button's content (text and icon)