Skip to content

Commit

Permalink
some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Nov 5, 2024
1 parent 2aa0929 commit 2ae7325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function ComboboxDemo() {
variant="outline"
role="combobox"
aria-expanded={open}
className="justify-between text-xs"
className="justify-between text-xs px-1"
>
{value
? <span><span className='emoji'>{counties.find((country) => country.value === value)?.label.split(" ")[0]}</span>
Expand Down

0 comments on commit 2ae7325

Please sign in to comment.