UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

15 lines (14 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { root: ({ theme }) => ({ '& .MuiButton-startIcon': { '& .MuiIcon-root': { fontSize: '1.2rem' } } }) } }; exports.default = Component;