@flarenetwork/flare-stake-tool
Version:
Utilities for staking on the Flare network
57 lines • 1.45 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MUITheme = void 0;
const material_1 = require("@mui/material");
exports.MUITheme = (0, material_1.createTheme)({
components: {
MuiButton: {
defaultProps: {
variant: "contained",
},
styleOverrides: {
root: {
margin: "3px",
marginBottom: "10px",
},
},
},
MuiLink: {
defaultProps: {
underline: "none",
},
},
MuiTextField: {
styleOverrides: {
root: {
margin: "3px",
marginBottom: "10px",
},
},
},
MuiTypography: {
styleOverrides: {
root: {
margin: "3px",
marginBottom: "15px",
},
},
},
MuiCheckbox: {
styleOverrides: {
root: {
margin: "3px",
marginBottom: "15px",
},
},
},
MuiFormControlLabel: {
styleOverrides: {
root: {
margin: "0px",
marginBottom: "-10px",
},
},
},
},
});
//# sourceMappingURL=theme.js.map