mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Use the correct color for silence button
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2615ea7f3f
commit
722c360de0
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ limitations under the License.
|
|||
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
background-color: $icon-button-color;
|
||||
background-color: $tertiary-fg-color;
|
||||
mask-repeat: no-repeat;
|
||||
mask-size: contain;
|
||||
mask-position: center;
|
||||
|
|
Loading…
Reference in a new issue