Skip to content

Commit

Permalink
fix ui padding
Browse files Browse the repository at this point in the history
  • Loading branch information
aashaykapoor committed Oct 7, 2024
1 parent bbc1705 commit 5115a34
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ export const BlocksScreen = () => {
<LoadingWrapper
isLoading={loading}
loadingEl={
<VStack gap={'22px'}>
{[...Array(11)].map((_, index) => (
<VStack gap={'20px'}>
{[...Array(10)].map((_, index) => (
<LoadingBox
key={index}
className="w-full h-[3.5rem] rounded-lg"
Expand Down

0 comments on commit 5115a34

Please sign in to comment.