snaps
snaps copied to clipboard
Fix Skeleton inside Text
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>