File tree Expand file tree Collapse file tree 3 files changed +11
-17
lines changed
components/StateRoute/AxMap Expand file tree Collapse file tree 3 files changed +11
-17
lines changed Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ const AxLinkControls = ({
40
40
onChange = { ( e ) => setOrientation ( e . target . value ) }
41
41
value = { orientation }
42
42
>
43
- < option value = 'vertical' > vertical </ option >
44
- < option value = 'horizontal' > horizontal </ option >
43
+ < option value = 'vertical' > Vertical </ option >
44
+ < option value = 'horizontal' > Horizontal </ option >
45
45
</ select >
46
46
</ div >
47
47
@@ -53,10 +53,10 @@ const AxLinkControls = ({
53
53
onChange = { ( e ) => setLinkType ( e . target . value ) }
54
54
value = { linkType }
55
55
>
56
- < option value = 'diagonal' > diagonal </ option >
57
- < option value = 'step' > step </ option >
58
- < option value = 'curve' > curve </ option >
59
- < option value = 'line' > line </ option >
56
+ < option value = 'diagonal' > Diagonal </ option >
57
+ < option value = 'step' > Step </ option >
58
+ < option value = 'curve' > Curve </ option >
59
+ < option value = 'line' > Line </ option >
60
60
</ select >
61
61
</ div >
62
62
Original file line number Diff line number Diff line change 1
- // Ax.tsx
2
- .axControls {
3
- display : flex ;
4
- justify-content : space-evenly ;
5
- }
6
-
7
1
/* Container for the radio controls */
8
2
.accessibility-controls {
9
3
display : flex ;
Original file line number Diff line number Diff line change 2
2
display : flex ;
3
3
align-items : center ;
4
4
padding : 12px 16px ;
5
- background-color : white ;
5
+ background-color : var ( --bg-primary ) ;
6
6
max-width : 1200px ;
7
7
justify-content : space-around ;
8
- border-bottom : 1px solid #e5e7eb ;
8
+ border-bottom : 1px solid var ( --border-color ) ;
9
9
}
10
10
11
11
.routesForm {
17
17
#routes-dropdown {
18
18
font-size : 14px ;
19
19
font-weight : 500 ;
20
- color : #4b5563 ;
20
+ color : var ( --text-secondary ) ;
21
21
user-select : none ;
22
22
white-space : nowrap ;
23
23
}
67
67
68
68
// bar graph background
69
69
.perf-rect {
70
- fill : #f9fafb ;
70
+ fill : var ( --bg-secondary ) ;
71
71
}
72
72
73
73
.bargraph-position {
74
- background-color : #f9fafb ;
74
+ background-color : var ( --bg-secondary ) ;
75
75
}
You can’t perform that action at this time.
0 commit comments