Skip to content

Commit

Permalink
feat: remove default icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovan BIENVENU authored and jmevel committed Aug 13, 2024
1 parent 2b0fc4f commit 7afbabf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions slash/css/src/Button/Button.client.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
}

& > svg {
width: 1.5rem;
height: 1.5rem;
aspect-ratio: 1;
}

Expand Down
2 changes: 2 additions & 0 deletions slash/react/src/Svg/Svg.client.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const Default: StoryObj<typeof Svg> = {
args: {
src: "/public/headphones.svg",
fill: "#00008f",
width: 24,
height: 24,
alt: "error",
},
argTypes: {
Expand Down

0 comments on commit 7afbabf

Please sign in to comment.