Skip to content

Commit d8fc168

Browse files
committed
design: 테블릿 환경 폰트사이즈 감소
1 parent fad647d commit d8fc168

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/components/manageProjects/passNonPassList/SendResultButton.styled.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const Wrapper = styled.div`
88
align-items: center;
99
position: absolute;
1010
top: 7rem;
11-
right: 2.5rem;
11+
right: 2rem;
1212
`;
1313

1414
export const SendEmailButton = styled(Button)`
@@ -24,11 +24,12 @@ export const SendEmailButton = styled(Button)`
2424
2525
@media ${({ theme }) => theme.mediaQuery.tablet} {
2626
width: 7rem;
27-
font-size: ${({ theme }) => theme.buttonSize.small.fontSize};
27+
font-size: ${({ theme }) => theme.heading.small.tabletFontSize};
2828
padding: ${({ theme }) => theme.buttonSize.small.padding};
2929
3030
svg {
31-
width: 1.2rem;
31+
width: 15px;
32+
height: 15px;
3233
}
3334
}
3435
`;

0 commit comments

Comments
 (0)