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

Commit 90b8a66

Browse files
committed
fix make btns in verify dailog respect system font
1 parent 98df288 commit 90b8a66

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)