Skip to content

Commit

Permalink
fixup! fix(suite): fix issues with TokenSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasklim committed Nov 6, 2024
1 parent 664ca77 commit 5280265
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/src/components/form/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ const Wrapper = styled.div<WrapperProps>`
}
&:focus-within {
border-color: transparent;
.${reactSelectClassNamePrefix}__dropdown-indicator {
transform: rotate(180deg);
}
}
}
Expand Down

0 comments on commit 5280265

Please sign in to comment.