Skip to content

Commit

Permalink
runfix: change dark mode slow indicator styles (#17600)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrykBuniX committed Jun 17, 2024
1 parent 021f2d1 commit 05fa288
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/style/list/list.less
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,18 @@ body.theme-dark {
padding: 4px 0px 4px 0px;
border-radius: 24px;
margin-top: 8px;
background-color: var(--gray-30);
color: var(--black);
background-color: var(--sidebar-bg);
color: var(--main-color);
font-size: var(--font-size-small);
font-weight: var(--font-weight-semibold);
gap: 8px;
}

.slow-connection-indicator svg,
.slow-connection-indicator svg * {
fill: var(--main-color);
}

.left-list-center {
position: relative;
flex: 1 1 auto;
Expand Down

0 comments on commit 05fa288

Please sign in to comment.