remove padding
This commit is contained in:
@@ -19,7 +19,7 @@ export function SkeletonBox(props: SkeletonProps) {
|
|||||||
export function SkeletonText(props: SkeletonProps) {
|
export function SkeletonText(props: SkeletonProps) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
class={`bg-surface0 inline-flex items-center rounded px-2 pt-1 ${props.class || ""}`}
|
class={`bg-surface0 inline-flex items-center rounded px-2 ${props.class || ""}`}
|
||||||
aria-label="Loading..."
|
aria-label="Loading..."
|
||||||
role="status"
|
role="status"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user