Adjust skeleton row width

This commit is contained in:
jeffvli
2022-11-06 00:11:48 -07:00
parent 70ce493f5e
commit f76cc2f230
@@ -439,7 +439,7 @@ export const DefaultCard = ({
my={2}
radius="md"
visible={!data}
width={!data ? `${90 - index * 20}%` : '100%'}
width={!data ? (index > 0 ? '50%' : '90%') : '100%'}
>
<Row />
</Skeleton>