Skip to content

Commit f96fc7e

Browse files
Bold dmarc graph labels and add emailValidated to mocker.js (canada-ca#2818)
* bold DMARC Graph Legend * Update mocker.js
1 parent bfb9147 commit f96fc7e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

frontend/mocking/mocker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const mockOverrides = {
6464
edges: [...new Array(affiliationCount)],
6565
totalCount: affiliationCount,
6666
},
67+
emailValidated: true,
6768
preferredLang: 'ENGLISH',
6869
}
6970
},

frontend/src/DmarcReportSummaryGraph.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ function VerticalGraph({
266266
display="flex"
267267
justifyContent="center"
268268
fontSize="14px"
269+
fontWeight="bold"
269270
>
270271
<LegendOrdinal
271272
scale={ordinalColorScale}
@@ -380,6 +381,7 @@ function HorizontalGraph({
380381
justifyContent="center"
381382
left={margin.left / 2 - 25}
382383
fontSize="14px"
384+
fontWeight="bold"
383385
>
384386
<LegendOrdinal
385387
scale={ordinalColorScale}

0 commit comments

Comments
 (0)