Skip to content

Commit

Permalink
decrease tow gap between title & description
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah5361k committed Oct 17, 2024
1 parent 21de4f0 commit 9a4ae36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const StyledEmptyTextContainer = styled.div`
align-items: center;
display: flex;
flex-direction: column;
gap: ${({ theme }) => theme.spacing(3)};
gap: ${({ theme }) => theme.spacing(2)};
justify-content: center;
text-align: center;
width: 100%;
Expand Down

0 comments on commit 9a4ae36

Please sign in to comment.