Fix font weights in hold text

This commit is contained in:
David Baker 2020-12-08 19:05:58 +00:00
parent 4a009d480d
commit 70964e43f6

View File

@ -84,9 +84,9 @@ limitations under the License.
height: 20px; height: 20px;
padding-top: 20px; padding-top: 20px;
color: $accent-fg-color; color: $accent-fg-color;
font-weight: bold;
.mx_AccessibleButton_hasKind { .mx_AccessibleButton_hasKind {
padding: 0px; padding: 0px;
font-weight: bold;
} }
} }