Skip to content

Commit

Permalink
Enable contrast test
Browse files Browse the repository at this point in the history
The contrast test was disabled as it was not
able to work with gradients. We have now
decided to not use gradients, so the test
can be re-enabled
  • Loading branch information
Taucher2003 committed Dec 16, 2023
1 parent f767bc1 commit 93fa210
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const preview: Preview = {
{ id: 'landmark-one-main', enabled: false }, // not relevant to single components
{ id: 'page-has-heading-one', enabled: false }, // not relevant to single components
{ id: 'region', enabled: false }, // not relevant to single components
{ id: 'color-contrast', enabled: false }, // doesn't work with gradients
],
},
},
Expand Down

0 comments on commit 93fa210

Please sign in to comment.