From accfeab6fa55fe74bbaf18cfcc7f432d68334fe3 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 25 Oct 2025 16:59:04 +0200 Subject: [PATCH] prettier menu items --- interface/src/CustomTheme.tsx | 12 ++++++ .../src/components/layout/LayoutMenu.tsx | 13 ------ .../src/components/layout/LayoutMenuItem.tsx | 40 ++++++++++++++++++- 3 files changed, 50 insertions(+), 15 deletions(-) diff --git a/interface/src/CustomTheme.tsx b/interface/src/CustomTheme.tsx index 77f84af76..850a95119 100644 --- a/interface/src/CustomTheme.tsx +++ b/interface/src/CustomTheme.tsx @@ -33,6 +33,18 @@ const theme = responsiveFontSizes( text: { disabled: '#eee' // white } + }, + components: { + MuiListItemText: { + styleOverrides: { + primary: { + fontSize: 14 + }, + secondary: { + color: '#9e9e9e' // grey[500] + } + } + } } }) ); diff --git a/interface/src/components/layout/LayoutMenu.tsx b/interface/src/components/layout/LayoutMenu.tsx index c9f7aca68..fca127c42 100644 --- a/interface/src/components/layout/LayoutMenu.tsx +++ b/interface/src/components/layout/LayoutMenu.tsx @@ -73,19 +73,6 @@ const LayoutMenu = () => { > - + - + {label}