snaps icon indicating copy to clipboard operation
snaps copied to clipboard

Fix Skeleton inside Text

Open david0xd opened this issue 11 months ago • 0 comments

Fix display of the Skeleton when <Skeleton> component is placed inside <Text> component.

Right now, Skeleton is completely invisible when used like that.

Snap JSX code example:

<Text>
  <Skeleton />
</Text>
<Text>
  <Skeleton height={16} width="25%" borderRadius="medium" />
</Text>

david0xd avatar Mar 13 '25 10:03 david0xd