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 10d6525 commit adcc93fCopy full SHA for adcc93f
client/packages/lowcoder-design/src/components/Loading.tsx
@@ -64,7 +64,7 @@ const Load2 = styled.div<LoadingContainerProps>`
64
linear-gradient(to right, ${(props) => props.$color}a3, ${(props) => props.$color}1a);
65
`;
66
67
-const StyledSkeleton = styled(Skeleton.Button)`
+const StyledSkeleton = styled(Skeleton)`
68
height: 100%;
69
70
@@ -92,7 +92,7 @@ export const Loading = (props: LoadingProps) => {
92
<Load2 {...loadingProps} />
93
</Container>
94
</ContainerX> */}
95
- <StyledSkeleton active block style={{height: '100%', animationDuration: '2s'}} />
+ <StyledSkeleton active style={{height: '100%', animationDuration: '2s'}} />
96
</LoadingWrapper>
97
);
98
};
0 commit comments