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

Commit

Permalink
changed font-weight to 400 to support light weight font
Browse files Browse the repository at this point in the history
  • Loading branch information
goelesha committed Apr 16, 2022
1 parent 3750b90 commit 75c76b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ legend {
background-color: $background;
color: $light-fg-color;
z-index: 4012;
font-weight: 300;
font-weight: 400;
font-size: $font-15px;
position: relative;
padding: 24px;
Expand Down
2 changes: 1 addition & 1 deletion res/css/structures/_CreateRoom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ limitations under the License.
.mx_CreateRoom textarea {
border-radius: 3px;
border: 1px solid $strong-input-border-color;
font-weight: 300;
font-weight: 400;
font-size: $font-13px;
padding: 9px;
margin-top: 6px;
Expand Down

0 comments on commit 75c76b3

Please sign in to comment.