Style
public struct Style
Style represents style values for the NatIconButton component, which apply different colors for the icon.
These are all styles allowed for a NatIconButton:
- standardDefault (default: icon has
highEmphasiscolor) - standardPrimary (icon has
primarycolor) - standardLight (icon has
surfacecolor)
-
Undocumented
Declaration
Swift
public static var standardDefault: Style { get } -
Undocumented
Declaration
Swift
public static var standardPrimary: Style { get } -
Undocumented
Declaration
Swift
public static var standardLight: Style { get }