Skip to content

Commit

Permalink
Merge pull request #2097 from veteransaffairscanada/develop
Browse files Browse the repository at this point in the history
Develop to master - UI fixes
  • Loading branch information
Sarah Thompson authored Apr 18, 2019
2 parents 990c46e + 452ab71 commit 5cae840
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions components/breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ const greyBanner = css`
`;

const separator = css`
color: ${globalTheme.colour.slateGrey};
color: ${globalTheme.colour.navy};
font-weight: normal;
padding: 2px;
padding: 7px;
`;

const urlStyle = css`
color: ${globalTheme.colour.slateGrey};
color: ${globalTheme.colour.navy};
text-decoration: underline;
font-size: 16px;
font-weight: 700;
padding: 0;
`;

const currentPageStyle = css`
color: ${globalTheme.colour.slateGrey};
color: ${globalTheme.colour.navy};
font-size: 16px;
font-weight: 700;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion components/icons/alert_icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AlertIcon extends Component {
>
<path
d="M11,0 C4.928,0 0,4.928 0,11 C0,17.072 4.928,22 11,22 C17.072,22 22,17.072 22,11 C22,4.928 17.072,0 11,0 L11,0 Z M12.1,16.5 L9.9,16.5 L9.9,14.3 L12.1,14.3 L12.1,16.5 L12.1,16.5 Z M12.1,12.1 L9.9,12.1 L9.9,5.5 L12.1,5.5 L12.1,12.1 L12.1,12.1 Z"
fill={globalTheme.colour.slateGrey}
fill={globalTheme.colour.greyishBrown}
/>
<rect
fill={globalTheme.colour.darkPaleGrey}
Expand Down
4 changes: 2 additions & 2 deletions components/share_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { uuidv4 } from "../utils/common";
import { logEvent } from "../utils/analytics";

const shareBoxItem = css`
color: ${globalTheme.colour.darkGreyBlue};
color: ${globalTheme.colour.greyishBrown};
margin-left: 10px;
svg {
padding-left: 5px;
Expand All @@ -22,7 +22,7 @@ const shareBoxItem = css`
const shareText = css`
font-family: ${globalTheme.fontFamilySansSerif};
font-size: 14px;
color: ${globalTheme.colour.navy};
color: ${globalTheme.colour.greyishBrown};
font-weight: bold;
text-transform: uppercase;
margin-right: 5px;
Expand Down

0 comments on commit 5cae840

Please sign in to comment.