MetaMask / design-tokens

Design tokens to be used throughout MetaMask products
https://metamask.github.io/design-tokens/?path=/docs/getting-started-introduction--docs
27 stars 15 forks source link

Updated Design Tokens with New Hover and Accessibility Color Values #580

Closed georgewrmarshall closed 7 months ago

georgewrmarshall commented 8 months ago

Description

We need to update our design tokens to include new color values for hover states and accessibility. These new tokens should be available as CSS variables and CSSinJS it should also be documented in storybook.

Technical Details

  1. Update the design tokens file with new color values for hover and accessibility.
  2. Make sure these new tokens are available as CSS variables and CSSinJS.
  3. Update Storybook documentation to include these new tokens.

Acceptance Criteria

  1. New color values for hover and accessibility are added or updated to the design tokens.
  2. These new tokens are available as CSS variables and CSSinJS.
  3. Storybook documentation is updated to include these new tokens.
  4. The changes do not break any existing functionality.