We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e1f018 commit 7ed571bCopy full SHA for 7ed571b
apps/web/src/pages/MemeDetailPage/MemeDetailPage.styles.ts
@@ -31,7 +31,7 @@ const ButtonContainer = styled.div`
31
transform: translateX(-50%);
32
bottom: 0;
33
width: 100%;
34
- padding: 12px 14px;
+ padding: 12px 14px 32px;
35
background-color: ${({ theme }) => theme.palette.gray['gray-10']};
36
border-top: 1px solid ${({ theme }) => theme.palette.gray['gray-9']};
37
display: flex;
0 commit comments