fix: Incorrect text color on 'full width' menu item

This commit is contained in:
Tom Moor
2021-12-20 18:36:06 -08:00
parent ce614ca170
commit 5be2eb75f3

View File

@@ -538,6 +538,7 @@ function DocumentMenu({
const ToggleMenuItem = styled(Toggle)`
span {
font-weight: normal;
color: ${(props) => props.theme.textSecondary};
}
`;