fix(toolbox): consistent color of hangup buttons

This commit is contained in:
Shawn 2023-02-02 13:34:02 +00:00 committed by Saúl Ibarra Corretgé
parent babe62eb6d
commit 749c26b74c
2 changed files with 2 additions and 4 deletions

View File

@ -135,11 +135,11 @@
}
.hangup-menu-button {
background-color: $hangupMenuButtonColor;
background-color: $hangupColor;
@media (hover: hover) and (pointer: fine) {
&:hover {
background-color: $hangupMenuButtonHoverColor;
background-color: $hangupHoverColor;
}
}

View File

@ -6,8 +6,6 @@
$baseFontFamily: -apple-system, BlinkMacSystemFont, 'open_sanslight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
$hangupColor:#DD3849;
$hangupHoverColor: #F25363;
$hangupMenuButtonColor:#0056E0;;
$hangupMenuButtonHoverColor: #246FE5;
/**
* Size variables.