Skip to content

Commit 2aa457c

Browse files
committed
Tweak progress table styles
1 parent fac17a9 commit 2aa457c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

apps/src/templates/sectionProgress/multiGridConstants.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ export const PILL_BUBBLE_WIDTH = 180;
1111
export const progressStyles = {
1212
lessonHeading: {
1313
fontFamily: '"Gotham 5r", sans-serif',
14+
fontSize: 14,
15+
color: color.charcoal,
1416
paddingTop: 10,
1517
paddingLeft: 8
1618
},
@@ -24,7 +26,8 @@ export const progressStyles = {
2426
':hover': {
2527
cursor: 'pointer'
2628
},
27-
textAlign: 'center'
29+
textAlign: 'center',
30+
height: '100%',
2831
},
2932
lessonOfInterest: {
3033
backgroundColor: color.teal,
@@ -84,8 +87,7 @@ export const progressStyles = {
8487
overflow: 'hidden'
8588
},
8689
cell: {
87-
borderRight: '1px solid',
88-
borderColor: color.border_gray,
90+
borderRight: `1px solid ${color.border_gray}`,
8991
}
9092
};
9193

0 commit comments

Comments
 (0)