From b236902ec768a55ea94b3406f058232aa79ebe5f Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Mon, 27 Mar 2023 05:42:23 +0000 Subject: [PATCH] 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. --- web/styles/app_components.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/app_components.css b/web/styles/app_components.css index e9307789ef..2e329b25d5 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -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 {