This commit is contained in:
myf 2022-04-29 17:35:20 +08:00
parent 25c5e7a4ca
commit dacee4d941
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ interface DetailProps {
} }
const ContainerMain = styled.div` const ContainerMain = styled.div`
background: ${({ theme }) => theme.colors.gradients.bubblegum}; background: ${({ theme }) => theme.colors.gradients.bubblegum};
/* padding: 30px 0; */ padding: 30px 0;
` `
const MainDiv = styled.div` const MainDiv = styled.div`
width: 100%; width: 100%;