File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
apps/src/templates/sectionProgress Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ export const PILL_BUBBLE_WIDTH = 180;
11
11
export const progressStyles = {
12
12
lessonHeading : {
13
13
fontFamily : '"Gotham 5r", sans-serif' ,
14
+ fontSize : 14 ,
15
+ color : color . charcoal ,
14
16
paddingTop : 10 ,
15
17
paddingLeft : 8
16
18
} ,
@@ -24,7 +26,8 @@ export const progressStyles = {
24
26
':hover' : {
25
27
cursor : 'pointer'
26
28
} ,
27
- textAlign : 'center'
29
+ textAlign : 'center' ,
30
+ height : '100%' ,
28
31
} ,
29
32
lessonOfInterest : {
30
33
backgroundColor : color . teal ,
@@ -84,8 +87,7 @@ export const progressStyles = {
84
87
overflow : 'hidden'
85
88
} ,
86
89
cell : {
87
- borderRight : '1px solid' ,
88
- borderColor : color . border_gray ,
90
+ borderRight : `1px solid ${ color . border_gray } ` ,
89
91
}
90
92
} ;
91
93
You can’t perform that action at this time.
0 commit comments