mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Adjust skeleton height
This commit is contained in:
@@ -322,6 +322,7 @@ export const DefaultCard = ({
|
|||||||
{cardRows.map((row: CardRow, index: number) => (
|
{cardRows.map((row: CardRow, index: number) => (
|
||||||
<Skeleton
|
<Skeleton
|
||||||
key={`row-${row.property}-${columnIndex}`}
|
key={`row-${row.property}-${columnIndex}`}
|
||||||
|
height={20}
|
||||||
my={2}
|
my={2}
|
||||||
radius="md"
|
radius="md"
|
||||||
visible={!data}
|
visible={!data}
|
||||||
|
|||||||
@@ -315,6 +315,7 @@ export const PosterCard = ({
|
|||||||
{cardRows.map((row: CardRow, index: number) => (
|
{cardRows.map((row: CardRow, index: number) => (
|
||||||
<Skeleton
|
<Skeleton
|
||||||
key={`row-${row.property}-${columnIndex}`}
|
key={`row-${row.property}-${columnIndex}`}
|
||||||
|
height={20}
|
||||||
my={2}
|
my={2}
|
||||||
radius="md"
|
radius="md"
|
||||||
visible={!data}
|
visible={!data}
|
||||||
|
|||||||
Reference in New Issue
Block a user