Info
The Checkbox is missing the usage of one Design Token, specifically for this CSS:
.disabled.error .container svg {
fill: #F58185;
}
We have a design token with this colour: --goa-color-interactive-error-disabled. A new design token should be created for use for the checkbox that uses that design token.
Acceptance Criteria:
- A new design token is created, possibly
--goa-checkbox-color-bg-checked-error-disabled that is assigned the value of --goa-color-interactive-error-disabled
- That new design token is used instead of the hex
#F58185
Info
The Checkbox is missing the usage of one Design Token, specifically for this CSS:
We have a design token with this colour:
--goa-color-interactive-error-disabled. A new design token should be created for use for the checkbox that uses that design token.Acceptance Criteria:
--goa-checkbox-color-bg-checked-error-disabledthat is assigned the value of--goa-color-interactive-error-disabled#F58185