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 fad647d commit d8fc168Copy full SHA for d8fc168
src/components/manageProjects/passNonPassList/SendResultButton.styled.ts
@@ -8,7 +8,7 @@ export const Wrapper = styled.div`
8
align-items: center;
9
position: absolute;
10
top: 7rem;
11
- right: 2.5rem;
+ right: 2rem;
12
`;
13
14
export const SendEmailButton = styled(Button)`
@@ -24,11 +24,12 @@ export const SendEmailButton = styled(Button)`
24
25
@media ${({ theme }) => theme.mediaQuery.tablet} {
26
width: 7rem;
27
- font-size: ${({ theme }) => theme.buttonSize.small.fontSize};
+ font-size: ${({ theme }) => theme.heading.small.tabletFontSize};
28
padding: ${({ theme }) => theme.buttonSize.small.padding};
29
30
svg {
31
- width: 1.2rem;
+ width: 15px;
32
+ height: 15px;
33
}
34
35
0 commit comments