fix: resolve design issues

This commit is contained in:
jinhojang6 2024-10-02 21:39:28 +09:00
parent 8beaa2da24
commit 09c0fa728f
No known key found for this signature in database
GPG Key ID: 1762F21FE8B543F8
2 changed files with 7 additions and 1 deletions

View File

@ -59,6 +59,8 @@ const StyledCheckbox = styled.span<{ isChecked: boolean }>`
const LabelText = styled.span`
color: white;
font-size: 12px;
line-height: 16px;
`
export default Checkbox

View File

@ -105,6 +105,8 @@ const DropdownHeader = styled.div<{ isExpanded: boolean }>`
justify-content: space-between;
align-items: center;
padding: 10px;
font-size: 14px;
line-height: 20px;
cursor: pointer;
border: 1px solid white;
@ -151,7 +153,9 @@ const Button = styled.button`
background-color: transparent;
border-top: 1px solid white;
width: 100%;
padding: 10px 16px;
font-size: 12px;
line-height: 16px;
white-space: nowrap;
color: white;
cursor: pointer;