From 5aaca2e40853ebd17f3ff28987ca4c89c4242bc9 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 16 Aug 2022 18:53:13 +0200 Subject: [PATCH] change(ui) - font weight --- .../components/Client/ProfileSettings/profileSettings.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/app/components/Client/ProfileSettings/profileSettings.module.css b/frontend/app/components/Client/ProfileSettings/profileSettings.module.css index 30138ee59..f788fe6e2 100644 --- a/frontend/app/components/Client/ProfileSettings/profileSettings.module.css +++ b/frontend/app/components/Client/ProfileSettings/profileSettings.module.css @@ -2,6 +2,7 @@ .left { padding: 40px; width: 320px; + font-weight: 300; & .info { color: $gray-medium; font-weight: 300;