Skip to content

Commit 7bb4204

Browse files
committed
Copy paste missing test styles from makeAllStyles
1 parent 3d1c5dc commit 7bb4204

File tree

5 files changed

+80
-0
lines changed

5 files changed

+80
-0
lines changed

src/testParameters/styles/tanner1Styles.ts

+16
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,20 @@ export const Tanner1Styles = {
322322
size: 14,
323323
style: 'normal',
324324
},
325+
toggleTooltipStyle: {
326+
backgroundColor: '#333',
327+
color: '#fff',
328+
fontSize: 14,
329+
fontFamily: 'Montserrat',
330+
fontWeight: 400,
331+
fontStyle: 'regular',
332+
borderRadius: 4
333+
},
334+
referenceTextStyle: {
335+
fontSize: 8,
336+
fontFamily: 'Arial',
337+
color: '#000000',
338+
fontWeight: 200,
339+
fontStyle: 'normal',
340+
}
325341
};

src/testParameters/styles/tanner2Styles.ts

+16
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,20 @@ export const Tanner2Styles = {
322322
size: 14,
323323
style: 'normal',
324324
},
325+
toggleTooltipStyle: {
326+
backgroundColor: '#333',
327+
color: '#fff',
328+
fontSize: 14,
329+
fontFamily: 'Montserrat',
330+
fontWeight: 400,
331+
fontStyle: 'regular',
332+
borderRadius: 4
333+
},
334+
referenceTextStyle: {
335+
fontSize: 8,
336+
fontFamily: 'Arial',
337+
color: '#000000',
338+
fontWeight: 200,
339+
fontStyle: 'normal',
340+
}
325341
};

src/testParameters/styles/tanner3Styles.ts

+16
Original file line numberDiff line numberDiff line change
@@ -322,4 +322,20 @@ export const Tanner3Styles = {
322322
size: 14,
323323
style: 'normal',
324324
},
325+
toggleTooltipStyle: {
326+
backgroundColor: '#333',
327+
color: '#fff',
328+
fontSize: 14,
329+
fontFamily: 'Montserrat',
330+
fontWeight: 400,
331+
fontStyle: 'regular',
332+
borderRadius: 4
333+
},
334+
referenceTextStyle: {
335+
fontSize: 8,
336+
fontFamily: 'Arial',
337+
color: '#000000',
338+
fontWeight: 200,
339+
fontStyle: 'normal',
340+
}
325341
};

src/testParameters/styles/traditionalBoysStyles.ts

+16
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,20 @@ export const traditionalBoysStyles = {
321321
size: 14,
322322
style: 'normal',
323323
},
324+
toggleTooltipStyle: {
325+
backgroundColor: '#333',
326+
color: '#fff',
327+
fontSize: 14,
328+
fontFamily: 'Montserrat',
329+
fontWeight: 400,
330+
fontStyle: 'regular',
331+
borderRadius: 4
332+
},
333+
referenceTextStyle: {
334+
fontSize: 8,
335+
fontFamily: 'Arial',
336+
color: '#000000',
337+
fontWeight: 200,
338+
fontStyle: 'normal',
339+
}
324340
};

src/testParameters/styles/traditionalGirlsStyles.ts

+16
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,20 @@ export const traditionalGirlsStyles = {
321321
size: 14,
322322
weight: 'normal',
323323
},
324+
toggleTooltipStyle: {
325+
backgroundColor: '#333',
326+
color: '#fff',
327+
fontSize: 14,
328+
fontFamily: 'Montserrat',
329+
fontWeight: 400,
330+
fontStyle: 'regular',
331+
borderRadius: 4
332+
},
333+
referenceTextStyle: {
334+
fontSize: 8,
335+
fontFamily: 'Arial',
336+
color: '#000000',
337+
fontWeight: 200,
338+
fontStyle: 'normal',
339+
}
324340
};

0 commit comments

Comments
 (0)