Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lykhoyda committed Feb 3, 2025
1 parent 9cbeeed commit 1491bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-wallet/src/components/Select/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const Select: React.FC<SelectProps> = ({

{isOpen && (
<div
className={`absolute top-full botto left-0 right-0 bg-white border border-[#afafaf] rounded-xl overflow-hidden z-10 ${dropdownClassName}`}
className={`absolute top-full left-0 right-0 bg-white border border-[#afafaf] rounded-xl overflow-hidden z-10 ${dropdownClassName}`}
>
{options.map((option) => (
<DropdownOption
Expand Down

0 comments on commit 1491bc2

Please sign in to comment.