Skip to content

Commit

Permalink
Minor active navigation drawer item label font color fix (#9356)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin authored Jan 7, 2025
1 parent b006459 commit 4f7fa7a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 4f7fa7a

Please sign in to comment.