Skip to content

Commit

Permalink
fix:add color white on the span itself (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
iKinnrot authored and yairans committed Jun 25, 2018
1 parent 1b598ad commit df9b6d7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/unmute-indication/_unmute-indication.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$color: 'white';

.unmute-button-container {
display: inline-block;
position: absolute;
Expand All @@ -6,7 +8,7 @@
z-index: 15;

a {
color: white;
color: $color;
}

&.show-icon-only {
Expand Down Expand Up @@ -34,6 +36,7 @@
opacity: 1;
transition: transform 100ms, opacity 100ms;
display: inline-block;
color: $color;
}

&.has-top-bar {
Expand Down

0 comments on commit df9b6d7

Please sign in to comment.