rework green color (beter buttons text)

This commit is contained in:
nikk gitanes
2021-06-06 01:12:56 +03:00
parent b3389e033e
commit 42befed45d
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ import Sidebar from './Sidebar'
const baseTheme = createMuiTheme({
overrides: { MuiCssBaseline: { '@global': { html: { WebkitFontSmoothing: 'auto' } } } },
palette: { primary: { main: '#3fb57a' }, secondary: { main: '#FFA724' }, tonalOffset: 0.2 },
palette: { primary: { main: '#00a572' }, secondary: { main: '#ffa724' }, tonalOffset: 0.2 },
})
export default function App() {