Skip to content

Commit

Permalink
fix: Mic test bar (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToxicAven authored Nov 7, 2023
1 parent 8a08ff5 commit 9fd1790
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ div[class^="contentRegion"] {
}

// color bars with ticks
[class^="bar"],
[class^="bar"] :not(div[class^="barFill"]),
[class^="markDash"] {
background: $surface1;
}
Expand Down Expand Up @@ -218,6 +218,10 @@ div[class^="contentRegion"] {
div[class^="backgroundOptionRing"] {
border-color: $brand;
}

div[class^="micTest"] svg[class^="notches"] {
color: $base;
}
}

#notifications-tab {
Expand Down

0 comments on commit 9fd1790

Please sign in to comment.