Skip to content

Commit 92adad7

Browse files
committed
small adjustments to the code skeleton
1 parent 7e81bf7 commit 92adad7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/pages/index.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,10 +229,11 @@ const CodeblockSkeleton = () => (
229229
<Stack px={6} pt="2.75rem" h="50vh">
230230
<SkeletonText
231231
mt="4"
232-
noOfLines={10}
233-
spacing={3}
234-
skeletonHeight="1rem"
235-
startColor="body.base"
232+
noOfLines={6}
233+
spacing={4}
234+
skeletonHeight="1.4rem"
235+
startColor="body.medium"
236+
opacity={0.2}
236237
/>
237238
</Stack>
238239
)

0 commit comments

Comments
 (0)