Home
last modified time | relevance | path

Searched refs:ErrorInputColor (Results 1 – 3 of 3) sorted by relevance

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/tokens/
DOutlinedTextFieldTokens.kt53 val ErrorInputColor = ColorSchemeKeyTokens.OnSurface constant
DFilledTextFieldTokens.kt58 val ErrorInputColor = ColorSchemeKeyTokens.OnSurface constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DTextFieldDefaults.kt641 errorTextColor = fromToken(FilledTextFieldTokens.ErrorInputColor), in <lambda>()
1382 errorTextColor = fromToken(OutlinedTextFieldTokens.ErrorInputColor), in contentPadding()