Commit d9ecae7c authored by tom's avatar tom

update skeleton

parent fcdd64a5
...@@ -18,10 +18,12 @@ const AddressDetailsSkeleton = () => { ...@@ -18,10 +18,12 @@ const AddressDetailsSkeleton = () => {
<Skeleton h={ 6 } w="80px"/> <Skeleton h={ 6 } w="80px"/>
</Flex> </Flex>
<Grid columnGap={ 8 } rowGap={{ base: 5, lg: 7 }} templateColumns={{ base: '1fr', lg: '150px 1fr' }} maxW="1000px" mt={ 8 }> <Grid columnGap={ 8 } rowGap={{ base: 5, lg: 7 }} templateColumns={{ base: '1fr', lg: '150px 1fr' }} maxW="1000px" mt={ 8 }>
<DetailsSkeletonRow w="30%"/>
<DetailsSkeletonRow w="30%"/> <DetailsSkeletonRow w="30%"/>
<DetailsSkeletonRow w="10%"/> <DetailsSkeletonRow w="10%"/>
<DetailsSkeletonRow w="10%"/> <DetailsSkeletonRow w="10%"/>
<DetailsSkeletonRow w="20%"/> <DetailsSkeletonRow w="20%"/>
<DetailsSkeletonRow w="20%"/>
</Grid> </Grid>
</Box> </Box>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment