mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
$dialpad-button-bg-color -> $quinary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0faedebb92
commit
8e610e5947
3 changed files with 1 additions and 4 deletions
|
@ -33,7 +33,7 @@ limitations under the License.
|
|||
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
background-color: $dialpad-button-bg-color;
|
||||
background-color: $quinary-content;
|
||||
border-radius: 40px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
|
|
|
@ -122,7 +122,6 @@ $composer-e2e-icon-color: $header-panel-text-primary-color;
|
|||
// ********************
|
||||
|
||||
$theme-button-bg-color: #e3e8f0;
|
||||
$dialpad-button-bg-color: $quinary-content;
|
||||
|
||||
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
||||
$roomlist-filter-active-bg-color: $background;
|
||||
|
|
|
@ -184,8 +184,6 @@ $voipcall-plinth-color: $system;
|
|||
// ********************
|
||||
|
||||
$theme-button-bg-color: $quinary-content;
|
||||
$dialpad-button-bg-color: $quinary-content;
|
||||
|
||||
|
||||
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
||||
$roomlist-filter-active-bg-color: $background;
|
||||
|
|
Loading…
Reference in a new issue