Skip to content

Commit

Permalink
unnecessary styles
Browse files Browse the repository at this point in the history
  • Loading branch information
VTEX committed Oct 22, 2021
1 parent c916db6 commit c55997a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions packages/store-ui/src/molecules/Breadcrumb/Breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ const DefaultHomeIcon = () => (
)

const DefaultDividerIcon = () => (
<svg
width="24"
height="24"
viewBox="0 0 180 180"
style={{
boxSizing: 'border-box',
fill: 'rgb(230, 230, 230)',
display: 'flex',
}}
>
<svg width="24" height="24" viewBox="0 0 180 180">
<path d="M51.707,185.343c-2.741,0-5.493-1.044-7.593-3.149c-4.194-4.194-4.194-10.981,0-15.175 l74.352-74.347L44.114,18.32c-4.194-4.194-4.194-10.987,0-15.175c4.194-4.194,10.987-4.194,15.18,0l81.934,81.934 c4.194,4.194,4.194,10.987,0,15.175l-81.934,81.939C57.201,184.293,54.454,185.343,51.707,185.343z" />
</svg>
)
Expand Down

0 comments on commit c55997a

Please sign in to comment.