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

Changed font-weight to 400 to support light weight font #8345

Merged
merged 4 commits into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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;
robintown marked this conversation as resolved.
Show resolved Hide resolved
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;
robintown marked this conversation as resolved.
Show resolved Hide resolved
font-size: $font-13px;
padding: 9px;
margin-top: 6px;
Expand Down