Added the class -button-bg-color for all themes

This commit is contained in:
Ayush PS 2021-03-25 01:31:45 +05:30
parent 3df9557df2
commit 1488457c33
5 changed files with 8 additions and 2 deletions

View file

@ -23,14 +23,13 @@ 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;
text-align: center;
vertical-align: middle;
line-height: 40px;
color: #15191e;
}
.mx_DialPad_deleteButton, .mx_DialPad_dialButton {

View file

@ -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;

View file

@ -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;

View file

@ -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;

View file

@ -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;