This PR adds the brandColors object to the exports of the design tokens package. It also includes unit tests to ensure the brandColors object matches the Figma design token values.
Added brandColors object to the design tokens exports.
Created unit tests for brandColors to ensure it matches the Figma design tokens values.
Fixes: #581
Usage
import { brandColors } from '@metamask/design-tokens';
<Icon name={IconName.Star} color={brandColors.yellow.yellow500} />
Description
This PR adds the
brandColors
object to the exports of the design tokens package. It also includes unit tests to ensure thebrandColors
object matches the Figma design token values.brandColors
object to the design tokens exports.brandColors
to ensure it matches the Figma design tokens values.Fixes: #581
Usage
Manual testing steps
brandColors
is exported from project index