Checkbox.getCheckmarkColor
Components
getCheckmarkColor()
getCheckmarkColor(
isDisabled
,error
):"white"
|"white dark:black"
|"grey6 dark:grey5"
Parameters
Parameter | Type |
---|---|
isDisabled | boolean |
error | boolean |
Returns
"white"
| "white dark:black"
| "grey6 dark:grey5"
Source
libs/design-system-core/src/components/Checkbox/getCheckmarkColor.ts:1