File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
src/features/LeaderSchedule/Slots Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function UpcomingSlotBody({
91
91
</ Flex >
92
92
< Text className = { styles . pubkeyText } > { pubkey } </ Text >
93
93
< Flex flexGrow = "1" justify = "center" >
94
- < Text className = { styles . slot } > { slot } </ Text >
94
+ < Text > { slot } </ Text >
95
95
</ Flex >
96
96
< TimeTillText slot = { slot } />
97
97
</ Flex >
@@ -116,7 +116,7 @@ function MobileUpcomingSlotBody({
116
116
</ Text >
117
117
</ Flex >
118
118
< Flex justify = "between" >
119
- < Text className = { styles . slot } > { slot } </ Text >
119
+ < Text > { slot } </ Text >
120
120
< TimeTillText slot = { slot } isNarrowScreen />
121
121
</ Flex >
122
122
</ Flex >
Original file line number Diff line number Diff line change 3
3
border-radius : 8px ;
4
4
border : 1px solid # 1c1e2b ;
5
5
background : # 101123 ;
6
+ color : # b2bcc9 ;
6
7
7
8
.name-text {
8
- color : # b2bcc9 ;
9
9
width : 240px ;
10
10
overflow : hidden;
11
11
white-space : nowrap;
12
12
text-overflow : ellipsis;
13
13
}
14
14
15
15
.pubkey-text {
16
- color : # b2bcc9 ;
17
16
min-width : 390px ;
18
17
overflow : hidden;
19
18
white-space : nowrap;
33
32
& .one-away {
34
33
border : 1px solid # 295060 ;
35
34
background : # 142432 ;
36
- /* opacity: 1.2 */
37
- }
38
-
39
- .next-leader {
40
- color : # 41b9d3 ;
41
- }
42
-
43
- .slot {
44
- color : # 72aff6 ;
45
35
}
46
36
47
37
.time-till {
48
- color : # b2bcc9 ;
49
38
min-width : 250px ;
50
39
51
40
& .narrow-screen {
You can’t perform that action at this time.
0 commit comments