Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/views/voip/_DialPad.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
.mx_DialPad_button {
width: 40px;
height: 40px;
background-color: $theme-button-bg-color;
background-color: $dialpad-button-bg-color;
border-radius: 40px;
font-size: 18px;
font-weight: 600;
Expand Down
4 changes: 3 additions & 1 deletion res/css/views/voip/_DialPadContextMenu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ limitations under the License.
}

.mx_DialPadContextMenu_dialled {
height: 1em;
height: 1.5em;
font-size: 18px;
font-weight: 600;
max-width: 150px;
overflow: auto;
}

.mx_DialPadContextMenu_dialPad {
Expand Down
2 changes: 2 additions & 0 deletions res/themes/dark/css/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ $voipcall-plinth-color: #21262c;
// ********************

$theme-button-bg-color: #e3e8f0;
$dialpad-button-bg-color: #545454;


$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: $bg-color;
Expand Down
1 change: 1 addition & 0 deletions res/themes/legacy-dark/css/_legacy-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ $voipcall-plinth-color: #f2f5f8;
// ********************

$theme-button-bg-color: #e3e8f0;
$dialpad-button-bg-color: #545454;

$roomlist-button-bg-color: #1A1D23; // Buttons include the filter box, explore button, and sublist buttons
$roomlist-filter-active-bg-color: $roomlist-button-bg-color;
Expand Down
2 changes: 2 additions & 0 deletions res/themes/legacy-light/css/_legacy-light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ $voipcall-plinth-color: #f2f5f8;
// ********************

$theme-button-bg-color: #e3e8f0;
$dialpad-button-bg-color: #e3e8f0;


$roomlist-button-bg-color: #fff; // Buttons include the filter box, explore button, and sublist buttons
$roomlist-filter-active-bg-color: $roomlist-button-bg-color;
Expand Down
2 changes: 2 additions & 0 deletions res/themes/light/css/_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ $voipcall-plinth-color: #f2f5f8;
// ********************

$theme-button-bg-color: #e3e8f0;
$dialpad-button-bg-color: #e3e8f0;


$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: #ffffff;
Expand Down