Skip to content

Commit

Permalink
fix(a11y): fix a11y errors
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed Feb 25, 2024
1 parent b7b7858 commit e73f3d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/core/Bases/Spacing/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import { copyToClipboard } from "../utils";

export default {
parameters: {
axe: {
disabledRules: ["color-contrast"],
},
badges: [BADGE.WIP],
},
title: "Bases/Spacing",
Expand Down

0 comments on commit e73f3d7

Please sign in to comment.