Skip to content

Commit

Permalink
Use constants for colors in RoleMember UI page (AthenZ#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
OferLevi85 authored Jul 15, 2020
1 parent a3cf3a7 commit 79bd600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/role/RoleMember.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ const StyledAnchor = styled.a`
cursor: pointer;
`;

const StyledAnchorActiveInline = { color: '#3570f4' };
const StyledTagFullNameExpiryActiveInline = { color: '#303030' };
const StyledAnchorActiveInline = { color: colors.linkActive };
const StyledTagFullNameExpiryActiveInline = { color: colors.black };

export default class RoleMember extends React.Component {
constructor(props) {
Expand Down

0 comments on commit 79bd600

Please sign in to comment.