Skip to content

Commit

Permalink
Fix CircleLoader component svg props (#12475)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundito authored May 2, 2022
1 parent 22cebe4 commit 407c06c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions airbyte-webapp/src/components/StatusIcon/CircleLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ const CircleLoader = ({ title }: Props): JSX.Element => (
<g>
<path
d="M8,0.5C3.85775,0.5,0.5,3.85775,0.5,8s3.35775,7.5,7.5,7.5v-2c-3.03768,0-5.5-2.4623-5.5-5.5s2.46232-5.5,5.5-5.5v-2Z"
clip-rule="evenodd"
clipRule="evenodd"
fill="url(#eDwmAshgIQE3-fill)"
fill-rule="evenodd"
fillRule="evenodd"
/>
<path
d="M8,15.5c4.1423,0,7.5-3.3577,7.5-7.5s-3.3577-7.5-7.5-7.5v2c3.0377,0,5.5,2.46232,5.5,5.5s-2.4623,5.5-5.5,5.5v2Z"
clip-rule="evenodd"
clipRule="evenodd"
fill="#d1d1db"
fill-rule="evenodd"
fillRule="evenodd"
/>
</g>
</g>
Expand Down

0 comments on commit 407c06c

Please sign in to comment.