Companion

object Companion

Functions

Link copied to clipboard
fun ThemeColorTokens.copy(background: ThemeColorTokens.Background = this.background, content: ThemeColorTokens.Content = this.content, brand: ThemeColorTokens.Brand = this.brand, border: ThemeColorTokens.Border = this.border, status: ThemeColorTokens.Status = this.status): ThemeColorTokens

Copies this ThemeColorTokens replacing provided token groups.

Link copied to clipboard
operator fun invoke(themeColors: ThemeColors): ThemeColorTokens

Create ThemeColorTokens from ThemeColors for backward compatibility.

Creates a ThemeColorTokens instance with the provided color token groups.

Link copied to clipboard
Link copied to clipboard