Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed May 12, 2023
1 parent c388eae commit 11d191a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/skeleton/demo/componentToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const App: React.FC = () => (
theme={{
components: {
Skeleton: {
skeletonBlockRadius: 30,
skeletonTitleHeight: 30,
blockRadius: 30,
titleHeight: 30,
color: '#222',
colorGradientEnd: '#444',
},
Expand Down

0 comments on commit 11d191a

Please sign in to comment.