Skip to content

Commit

Permalink
Merge pull request #24 from storybookjs/fix-diamond-icon-color
Browse files Browse the repository at this point in the history
Fix DiamondIcon color
  • Loading branch information
cdedreuille authored Feb 1, 2024
2 parents 83364a4 + 9a9ed31 commit 875b984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/DiamondIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DiamondIcon = /* @__PURE__ */ React.forwardRef<
fillRule="evenodd"
clipRule="evenodd"
d="M8.414 1.586a2 2 0 00-2.828 0l-4 4a2 2 0 000 2.828l4 4a2 2 0 002.828 0l4-4a2 2 0 000-2.828l-4-4zm.707-.707a3 3 0 00-4.242 0l-4 4a3 3 0 000 4.242l4 4a3 3 0 004.242 0l4-4a3 3 0 000-4.242l-4-4z"
fill="#2E3438"
fill={color}
/>
</g>
<defs>
Expand Down

0 comments on commit 875b984

Please sign in to comment.