Skip to content

Commit

Permalink
Group Calling: Icon fix + participant list scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-signal committed Nov 23, 2020
1 parent 9417871 commit ad31e0d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions stylesheets/_modules.scss
Expand Up @@ -6105,24 +6105,24 @@ button.module-image__border-overlay:focus {

&--audio {
&--on {
background-color: $color-white;
background-color: $color-gray-45;

div {
@include color-svg(
'../images/icons/v2/mic-solid-28.svg',
$color-gray-75
$color-white
);
height: 28px;
width: 28px;
}
}
&--off {
background-color: $color-gray-45;
background-color: $color-white;

div {
@include color-svg(
'../images/icons/v2/mic-off-solid-28.svg',
$color-white
$color-gray-75
);
height: 28px;
width: 28px;
Expand Down Expand Up @@ -6523,6 +6523,7 @@ button.module-image__border-overlay:focus {
color: $color-white;
margin-right: 12px;
margin-top: 54px;
overflow: scroll;
padding: 14px;
padding-bottom: 0;
width: 280px;
Expand Down

0 comments on commit ad31e0d

Please sign in to comment.