Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 427f649

Browse files
authored
Merge pull request #5778 from tawfiek/dilog-btns
Make buttons in verify dialog respect the system font
2 parents 98df288 + 90b8a66 commit 427f649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/css/_common.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
395395
border: 1px solid $accent-color;
396396
color: $accent-color;
397397
background-color: $button-secondary-bg-color;
398+
font-family: inherit;
398399
}
399400

400401
.mx_Dialog button:last-child {

0 commit comments

Comments
 (0)