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;
|
||||
`;
|
||||
const StyledEllipsisContainer = styled.div`
|
||||
color: ${({ theme }) => theme.font.color.light};
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
`;
|
||||
|
||||
const StyledItemLabel = styled.span`
|
||||
color: ${({ theme }) => theme.font.color.secondary};
|
||||
font-weight: ${({ theme }) => theme.font.weight.medium};
|
||||
`;
|
||||
|
||||
const StyledItemObjectName = styled.span`
|
||||
color: ${({ theme }) => theme.font.color.light};
|
||||
font-weight: ${({ theme }) => theme.font.weight.regular};
|
||||
|
||||
Reference in New Issue
Block a user