Skip to content

Commit ead25a9

Browse files
committed
tweak personas padding on mobile
1 parent 1455edc commit ead25a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProductTable/PresetFilters.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const PresetFilters = ({
5959
>
6060
<button
6161
className={cn(
62-
"duration-50 group flex h-full w-full cursor-pointer flex-col items-start rounded-2xl border p-6 shadow-[3px_2px_8px_0px_rgba(0,0,0,0.08)] transition-all hover:bg-background-highlight",
62+
"duration-50 group flex h-full w-full cursor-pointer flex-col items-start rounded-2xl border p-3 shadow-[3px_2px_8px_0px_rgba(0,0,0,0.08)] transition-all hover:bg-background-highlight lg:p-6",
6363
"focus-visible:outline focus-visible:outline-4 focus-visible:-outline-offset-4 focus-visible:outline-primary-hover",
6464
activePresets.includes(idx)
6565
? "border-primary"
@@ -84,7 +84,7 @@ const PresetFilters = ({
8484
strokeWidth="3"
8585
strokeLinecap="round"
8686
strokeLinejoin="round"
87-
className={`h-4 w-4 text-background`}
87+
className="h-4 w-4 text-background"
8888
>
8989
<polyline points="20 6 9 17 4 12"></polyline>
9090
</svg>

0 commit comments

Comments
 (0)