We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faafbd commit bf22b39Copy full SHA for bf22b39
packages/component-library/src/Skeleton/index.tsx
@@ -23,10 +23,7 @@ export const Skeleton = ({
23
{...(width &&
24
!fill && { style: { "--skeleton-width": width } as CSSProperties })}
25
data-fill={fill ? "" : undefined}
26
- className={clsx(
27
- styles.skeleton,
28
- className,
29
- )}
+ className={clsx(styles.skeleton, className)}
30
>
31
<span className={clsx(styles.skeletonInner, className)} {...props}>
32
<Label>{label ?? "Loading"}</Label>
0 commit comments