From 01f02952fd636d176a27f98ea6298ce0838fe110 Mon Sep 17 00:00:00 2001 From: StephDietz Date: Thu, 13 Jul 2023 20:24:28 -0500 Subject: [PATCH] make border hover volor the default --- components/grid/tile.tsx | 5 +---- components/layout/product-grid-items.tsx | 1 - 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/components/grid/tile.tsx b/components/grid/tile.tsx index ca96e02dd..c039a6727 100644 --- a/components/grid/tile.tsx +++ b/components/grid/tile.tsx @@ -7,13 +7,11 @@ export function GridTileImage({ active, labelPosition, labels, - hoverBorder, ...props }: { isInteractive?: boolean; active?: boolean; labelPosition?: 'bottom' | 'center'; - hoverBorder?: boolean; labels?: { title: string; amount: string; @@ -24,11 +22,10 @@ export function GridTileImage({ return (