Content
interface Content
Tokens used for text and icons.
Types
Functions
Link copied to clipboard
fun ThemeColorTokens.Content.copy(primary: Color = this.primary, secondary: Color = this.secondary, tertiary: Color = this.tertiary, inverse: Color = this.inverse): ThemeColorTokens.Content
Copies this Content replacing provided values.