Minor active navigation drawer item label font color fix (#9356)
fixes https://discord.com/channels/1130383047699738754/1324667162379685972/1324667162379685972
This commit is contained in:
@ -133,16 +133,15 @@ const StyledLabelParent = styled.div`
|
|||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
`;
|
`;
|
||||||
const StyledEllipsisContainer = styled.div`
|
const StyledEllipsisContainer = styled.div`
|
||||||
color: ${({ theme }) => theme.font.color.light};
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledItemLabel = styled.span`
|
const StyledItemLabel = styled.span`
|
||||||
color: ${({ theme }) => theme.font.color.secondary};
|
|
||||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||||
`;
|
`;
|
||||||
|
|
||||||
const StyledItemObjectName = styled.span`
|
const StyledItemObjectName = styled.span`
|
||||||
color: ${({ theme }) => theme.font.color.light};
|
color: ${({ theme }) => theme.font.color.light};
|
||||||
font-weight: ${({ theme }) => theme.font.weight.regular};
|
font-weight: ${({ theme }) => theme.font.weight.regular};
|
||||||
|
|||||||
Reference in New Issue
Block a user