Skip to content

Commit

Permalink
fix shortcut button stretching
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniiaVak committed Jan 27, 2024
1 parent d54e7a2 commit 9729953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/PairSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export function PairSelector() {
/>
<div className="flex space-x-2 text-secondary-content">
<FaSearch className="my-auto" />
<span className="px-2 bg-neutral !rounded-sm text-neutral-content">
<span className="px-2 bg-neutral !rounded-sm text-neutral-content my-auto">
/
</span>
</div>
Expand Down

0 comments on commit 9729953

Please sign in to comment.