From 4e0ef8b0e3d68186c63c053d32e0319b1abd90ac Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Oct 2025 17:10:58 +0200 Subject: [PATCH] remove bold on select --- interface/src/components/layout/LayoutMenuItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/components/layout/LayoutMenuItem.tsx b/interface/src/components/layout/LayoutMenuItem.tsx index 94fc10f7e..f93088c5f 100644 --- a/interface/src/components/layout/LayoutMenuItem.tsx +++ b/interface/src/components/layout/LayoutMenuItem.tsx @@ -65,7 +65,7 @@ const LayoutMenuItem = ({ sx={{ color: selected ? '#90caf9' : '#f5f5f5', transition: 'color 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53)', - fontWeight: selected ? '600' : '400', + // fontWeight: selected ? '600' : '400', transitionProperty: 'color, font-weight' }} >