Skip to content

Commit

Permalink
fix: bump component-classes to get Step fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pearofducks committed Jun 7, 2022
1 parent fa5abd3 commit 5d99506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@babel/core": "^7.12.10",
"@chbphone55/classnames": "^2.0.0",
"@eik/esbuild-plugin": "^1.1.0",
"@fabric-ds/component-classes": "^0.0.35",
"@fabric-ds/component-classes": "^0.0.38",
"@fabric-ds/icons": "^0.3.12",
"@fabric-ds/tailwind-config": "^0.5.20",
"@mdx-js/mdx": "^1.6.22",
Expand Down Expand Up @@ -78,8 +78,8 @@
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"eslint-plugin-storybook": "^0.5.11",
"html-webpack-plugin": "^5.5.0",
"microbundle": "^0.13.3",
"prettier": "^2.2.1",
"prism-react-renderer": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/steps/src/step.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function Step({ active, completed, children }: StepProps) {
viewBox="0 0 16 16"
>
<path
fill="white"
fill="currentColor"
fillRule="evenodd"
d="M13.007 4.447a.75.75 0 01.046 1.06l-5.5 6a.75.75 0 01-1.083.023l-3-3a.75.75 0 011.06-1.06l2.446 2.446 4.971-5.423a.75.75 0 011.06-.046z"
clipRule="evenodd"
Expand Down

0 comments on commit 5d99506

Please sign in to comment.