Skip to content

Commit 05fa288

Browse files
authored
runfix: change dark mode slow indicator styles (#17600)
1 parent 021f2d1 commit 05fa288

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/style/list/list.less

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,18 @@ body.theme-dark {
7979
padding: 4px 0px 4px 0px;
8080
border-radius: 24px;
8181
margin-top: 8px;
82-
background-color: var(--gray-30);
83-
color: var(--black);
82+
background-color: var(--sidebar-bg);
83+
color: var(--main-color);
8484
font-size: var(--font-size-small);
8585
font-weight: var(--font-weight-semibold);
8686
gap: 8px;
8787
}
8888

89+
.slow-connection-indicator svg,
90+
.slow-connection-indicator svg * {
91+
fill: var(--main-color);
92+
}
93+
8994
.left-list-center {
9095
position: relative;
9196
flex: 1 1 auto;

0 commit comments

Comments
 (0)