remove bold on select

This commit is contained in:
proddy
2025-10-25 17:10:58 +02:00
parent c32ee4dfb5
commit 4e0ef8b0e3

View File

@@ -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'
}}
>