[WIP] design QA

This commit is contained in:
HeesungB
2022-12-16 15:55:31 +09:00
parent 0dd50d218b
commit 4cc4213f8c
6 changed files with 29 additions and 8 deletions
+4 -2
View File
@@ -12,8 +12,10 @@ export const PrimaryButton = styled.button`
font-family: "Inter", serif;
font-style: normal;
font-weight: 600;
font-size: 1.5rem;
line-height: 20px;
font-size: 1.25rem;
line-height: 1.25rem;
letter-spacing: 0.07em;
text-transform: uppercase;
color: ${color.orange["50"]};
background-color: ${color.orange["100"]};