Skip to content

Commit

Permalink
fix_css
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajgupta36 committed Jan 26, 2025
1 parent da33fe3 commit 50022bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SortBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const SortBy = ({
return (
<div className="flex items-center gap-4">
{/* Sort Attribute Dropdown */}
<div className="rounded-xl bg-gray-200 px-2 shadow-sm dark:bg-[#323232]">
<div className="rounded-xl bg-gray-200 px-3 shadow-sm dark:bg-[#323232]">
<SelectRoot
collection={sortOptions}
size="sm"
Expand Down

0 comments on commit 50022bf

Please sign in to comment.