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 {