Skip to content

Commit b407906

Browse files
committed
center buttons in MobileFilters
1 parent 490bee0 commit b407906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProductTable/MobileFilters.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const MobileFilters = ({
9494
/>
9595
</div>
9696
<DrawerFooter>
97-
<div className="grid grid-cols-2">
97+
<div className="grid grid-cols-2 items-center">
9898
<div>
9999
<Button variant="ghost" className="gap-1" onClick={resetFilters}>
100100
<BsArrowCounterclockwise />

0 commit comments

Comments
 (0)