Interface
The interface for the colors of interactive elements.
Properties
| Property | Type | Notes |
|---|---|---|
default | string | The color used for the default state of an interactive element. |
disabled | ActionDisabled | The colors used for the disabled state of an interactive element. |
focus | string | The color used for the focus state when an interactive element is focused by keyboard. |
hover | string | The color used for the hover state of an interactive element. |
inputField | ActionInputField | The colors used for the input field element. |
link | ActionLink | The colors used for the link element. |
pressed | string | The color used for the pressed state of an interactive element. |
selected | ActionSelected | The color used for the selected state of an interactive element. |
text | string | The color used for the text on an interactive element. |