Adjust skeleton height

This commit is contained in:
jeffvli
2022-11-15 13:37:25 -08:00
parent 2be651ed56
commit f83368874f
2 changed files with 2 additions and 0 deletions
@@ -322,6 +322,7 @@ export const DefaultCard = ({
{cardRows.map((row: CardRow, index: number) => (
<Skeleton
key={`row-${row.property}-${columnIndex}`}
height={20}
my={2}
radius="md"
visible={!data}
@@ -315,6 +315,7 @@ export const PosterCard = ({
{cardRows.map((row: CardRow, index: number) => (
<Skeleton
key={`row-${row.property}-${columnIndex}`}
height={20}
my={2}
radius="md"
visible={!data}