Skip to content

Commit

Permalink
styling tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammii-HK committed Apr 24, 2024
1 parent 0c72e76 commit b14934a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/grid/tile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ export function GridTileImage({
return (
<div
className={clsx(
'flex h-full w-full items-center justify-center overflow-hidden rounded-lg border bg-white hover:border-gray-600 dark:bg-black aspect-square align-middle',
'flex h-full w-full items-center justify-center overflow-hidden rounded-lg bg-white dark:bg-black aspect-square align-middle',
{
relative: label,
'border-2 border-gray-600': active,
'border-neutral-200 dark:border-neutral-800': !active
}
)}
>
Expand Down

0 comments on commit b14934a

Please sign in to comment.