Skip to content

Commit

Permalink
updated Select style
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehs committed Mar 3, 2024
1 parent b79ae72 commit d346628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export default function Select({
{children}
</select>
<ChevronDown
strokeWidth={1}
strokeWidth={1.5}
size={24}
className="pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 transform"
className="pointer-events-none absolute right-2 top-1/2 -translate-y-1/2 transform opacity-50"
/>
</div>
);
Expand Down

0 comments on commit d346628

Please sign in to comment.