fix: Correct sorting sub-menu font-size #426 (#430)

This commit is contained in:
Deepak Singh
2023-06-26 23:40:08 +05:30
committed by GitHub
parent 7f43b3d04f
commit 2a42ebb70d

View File

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