@ -106,6 +106,7 @@ const StyledDropdownTopOption = styled.li`
|
|||||||
color: ${(props) => props.theme.text80};
|
color: ${(props) => props.theme.text80};
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
font-size: ${(props) => props.theme.fontSizeSmall};
|
||||||
font-weight: ${(props) => props.theme.fontWeightMedium};
|
font-weight: ${(props) => props.theme.fontWeightMedium};
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: calc(${(props) => props.theme.spacing(2)})
|
padding: calc(${(props) => props.theme.spacing(2)})
|
||||||
|
|||||||
Reference in New Issue
Block a user