Thomas Trompette
2025-06-20 16:02:56 +02:00
committed by GitHub
parent 1bdc03f4a4
commit a8ff02efc3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ const StyledContainer = styled.div<{ isGrayBackground?: boolean }>`
display: flex;
flex: 1;
flex-direction: column;
gap: ${({ theme }) => theme.spacing(2)};
gap: ${({ theme }) => theme.spacing(6)};
padding: ${({ theme }) => theme.spacing(2)};
`;

View File

@ -23,7 +23,7 @@ const StyledContainer = styled.div`
align-items: start;
display: flex;
flex-direction: column;
gap: ${({ theme }) => theme.spacing(1)};
gap: ${({ theme }) => theme.spacing(2)};
`;
const StyledChildContainer = styled.div`