Status
interface Status
Tokens for communicating system status like success, warning, or error.
Types
Properties
Link copied to clipboard
A toned-down container color for highlighting error states, such as in text fields.
Link copied to clipboard
Color for text and icons placed on top of the errorContainer color.
Link copied to clipboard
Color for text and icons placed on top of the successContainer color.
Link copied to clipboard
Color for text and icons placed on top of the warningContainer color.
Link copied to clipboard
A toned-down container color for highlighting success states.
Link copied to clipboard
A toned-down container color for highlighting warning states.
Functions
Link copied to clipboard
fun ThemeColorTokens.Status.copy(success: Color = this.success, onSuccess: Color = this.onSuccess, successContainer: Color = this.successContainer, onSuccessContainer: Color = this.onSuccessContainer, warning: Color = this.warning, onWarning: Color = this.onWarning, warningContainer: Color = this.warningContainer, onWarningContainer: Color = this.onWarningContainer, error: Color = this.error, onError: Color = this.onError, errorContainer: Color = this.errorContainer, onErrorContainer: Color = this.onErrorContainer): ThemeColorTokens.Status
Copies this Status replacing provided values.