secondaryStyle 
  Creates a secondary button style using the provided theme.
Return
A secondary button style with theme-based colors
Parameters
theme
The theme to use for the button colors
fun secondaryStyle(backgroundColor: Color, contentColor: Color, borderColor: Color): FashionButtonStyle
Creates a secondary button style with custom colors.
Return
A secondary button style with custom colors
Parameters
backgroundColor 
The background color of the button
contentColor 
The color of the button's content (text and icon)
borderColor 
The color of the button's border