Interface
The color options for the action color.
Properties
| Property | Type | Notes |
|---|---|---|
default | string | The color options for the default state of an interactive element. |
disabled | ActionDisabledOptions | The color options for the disabled state of an interactive element. |
focus | string | The color options for the focus state when an interactive element is focused by keyboard. |
hover | string | The color options for the hover state of an interactive element. |
inputField | ActionInputFieldOptions | The color options for the input field element. |
link | ActionLinkOptions | The color options for the link element. |
pressed | string | The color options for the pressed state of an interactive element. |
selected | ActionSelectedOptions | The color options for the selected state of an interactive element. |
text | string | The color options for the text on an interactive element. |