From 3357648a4e332139e1fd522bd271f563e3bf7365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Tue, 4 Aug 2026 14:03:56 +0200 Subject: [PATCH] :bug: Adjust button icon visibility --- frontend/src/app/main/ui/dashboard/sidebar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/dashboard/sidebar.scss b/frontend/src/app/main/ui/dashboard/sidebar.scss index cc2e882e51..836e6b6e93 100644 --- a/frontend/src/app/main/ui/dashboard/sidebar.scss +++ b/frontend/src/app/main/ui/dashboard/sidebar.scss @@ -734,8 +734,8 @@ display: flex; justify-content: center; align-items: center; - width: $sz-32; - height: $sz-32; + width: $sz-48; + height: $sz-48; &:hover { --icon-stroke: var(--color-accent-primary);