save_discard_widget_icon: Use 400 font-weight directly.

`Lighter` for this icon gets converted to 100 font weight, but the
visual difference starts to appear only after 500 font weight so,
we keep at 400 to begin with, which is what we support.
This commit is contained in:
Aman Agrawal 2023-03-27 05:42:23 +00:00 committed by Tim Abbott
parent 9dc66f35da
commit b236902ec7
1 changed files with 2 additions and 2 deletions

View File

@ -783,7 +783,7 @@ div.overlay {
}
.save-discard-widget-button-icon {
font-weight: lighter;
font-weight: 400;
color: hsl(0deg 0% 100%);
}
@ -816,7 +816,7 @@ div.overlay {
vertical-align: middle;
margin-right: 3px;
font-size: 15px;
font-weight: 500;
font-weight: 400;
}
.save-discard-widget-button-text {