From 8f8556fc459ee735a5f54fac14faa4c48aafcf4b Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 24 Aug 2022 17:17:54 +0200 Subject: [PATCH] change(ui) - fontweight in pref --- .../Client/ProfileSettings/profileSettings.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/app/components/Client/ProfileSettings/profileSettings.module.css b/frontend/app/components/Client/ProfileSettings/profileSettings.module.css index f788fe6e2..536ee468d 100644 --- a/frontend/app/components/Client/ProfileSettings/profileSettings.module.css +++ b/frontend/app/components/Client/ProfileSettings/profileSettings.module.css @@ -2,10 +2,8 @@ .left { padding: 40px; width: 320px; - font-weight: 300; & .info { color: $gray-medium; - font-weight: 300; } }