mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
remove bold on select
This commit is contained in:
@@ -65,7 +65,7 @@ const LayoutMenuItem = ({
|
|||||||
sx={{
|
sx={{
|
||||||
color: selected ? '#90caf9' : '#f5f5f5',
|
color: selected ? '#90caf9' : '#f5f5f5',
|
||||||
transition: 'color 0.05s cubic-bezier(0.55, 0.085, 0.68, 0.53)',
|
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'
|
transitionProperty: 'color, font-weight'
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user