From b9b8a70ca1c08369e50e8cf3a76b0ab3c0543ba2 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Wed, 8 Jul 2026 08:52:04 -0300 Subject: [PATCH] style(profile-form): adjust label styles and remove gap in form group --- .../account-page/components/profile-form/profile-form.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss b/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss index 2350e4f..d414629 100644 --- a/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss +++ b/src/app/features/store/pages/account-page/components/profile-form/profile-form.scss @@ -7,11 +7,10 @@ .form-group { display: flex; flex-direction: column; - gap: 8px; } .form-group label { - font-size: 14px; - color: #888; + font-size: 13px; + color: #666666; } .form-actions { display: flex;