Skip to content

Commit

Permalink
fix: fill-rule typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nguernse committed Oct 1, 2023
1 parent ad2e71a commit f4b5851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/lib/components/ui/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const Select = <T extends string | number>({
aria-hidden="true"
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M10 3a.75.75 0 01.55.24l3.25 3.5a.75.75 0 11-1.1 1.02L10 4.852 7.3 7.76a.75.75 0 01-1.1-1.02l3.25-3.5A.75.75 0 0110 3zm-3.76 9.2a.75.75 0 011.06.04l2.7 2.908 2.7-2.908a.75.75 0 111.1 1.02l-3.25 3.5a.75.75 0 01-1.1 0l-3.25-3.5a.75.75 0 01.04-1.06z"
clipRule="evenodd"
/>
Expand Down

0 comments on commit f4b5851

Please sign in to comment.