fix: usageCard scheleton loader

This commit is contained in:
Arman
2025-03-12 17:14:07 +01:00
parent 66b9883c43
commit f0d64adf78
+1 -1
View File
@@ -16,7 +16,7 @@
<Typography.Text size="s" truncate color="--fgcolor-neutral-primary"
>{value}</Typography.Text>
{:else}
<Skeleton variant="line" width={100} height={19.5} />
<Skeleton variant="line" width="100%" height={19.5} />
{/if}
</slot>
</Layout.Stack>