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

Commit 2064cf8

Browse files
committed
Use semi-bold for Modal titles
1 parent a2885dc commit 2064cf8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

res/css/_common.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717
*/
1818

1919
@import "./_font-sizes.scss";
20+
@import "./_font-weights.scss";
2021

2122
$hover-transition: 0.08s cubic-bezier(.46, .03, .52, .96); // quadratic
2223

@@ -323,6 +324,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
323324

324325
.mx_Dialog_title {
325326
font-size: $font-22px;
327+
font-weight: $font-semi-bold;
326328
line-height: $font-36px;
327329
color: $dialog-title-fg-color;
328330
}

0 commit comments

Comments
 (0)