Landing page good for mobiles

This commit is contained in:
lumijiez
2025-06-24 01:08:26 +03:00
parent 5c7e5cb253
commit 4dd71382bb
7 changed files with 462 additions and 167 deletions

View File

@@ -246,10 +246,10 @@ export const lightTheme = createTheme({
MuiChip: {
styleOverrides: {
root: {
background: 'rgba(99, 102, 241, 0.1)',
background: 'rgba(99, 102, 241, 0.7)',
border: '1px solid rgba(99, 102, 241, 0.2)',
'&:hover': {
background: 'rgba(99, 102, 241, 0.2)',
background: 'rgba(99, 102, 241, 0.9)',
},
},
},