skeleton size

This commit is contained in:
Josh Hawkins 2024-04-05 08:36:37 -05:00
parent a6034be709
commit 1a40a29fbf

View File

@ -863,7 +863,9 @@ function MotionReview({
/> />
</> </>
) : ( ) : (
<Skeleton className={`rounded-2xl ${spans} ${grow}`} /> <Skeleton
className={`rounded-2xl size-full ${spans} ${grow}`}
/>
)} )}
</div> </div>
); );