Skip to content

Commit 417036f

Browse files
committed
Merge branch 'live' into mbarton/trisomy-21-bmi-rendering-issue
2 parents 057f044 + 07f1af8 commit 417036f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/CentileChart/CentileChart.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -681,8 +681,8 @@ function CentileChart({
681681
chronData.size = 1.5;
682682
correctData.size = 1.5;
683683
} else {
684-
chronData.size = 3;
685-
correctData.size = 3;
684+
chronData.size = 3.5;
685+
correctData.size = 3.5;
686686
}
687687

688688
return (

src/testParameters/styles/tanner2Styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ export const Tanner2Styles = {
285285
},
286286
"measurementPoint": {
287287
"data": {
288-
"fill": "#000000"
288+
"fill": "#000000",
289289
}
290290
},
291291
"measurementLinkLine": {

0 commit comments

Comments
 (0)