slanted-gamedev-toolz
Version:
A slanted mix of tools for your brilliant ideas in game design.
27 lines (26 loc) • 468 B
JavaScript
// Global Overrides for MUI components
export const components = {
// MuiCard: {
// styleOverrides: {
// root: {
// backgroundColor: 'inherit',
// backgroundImage: 'none',
// },
// },
// },
// MuiChip: {
// styleOverrides: {
// root: {
// borderRadius: '4px',
// },
// },
// },
// MuiButton: {
// styleOverrides: {
// root: {
// backgroundColor: 'red',
// backgroundImage: 'none',
// },
// },
// },
};