UNPKG

@bootstrap-styled/ra-ui

Version:
20 lines (17 loc) 550 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.makeTheme = void 0; var _bootstrapStyled = require("bootstrap-styled"); var theme = (0, _bootstrapStyled.makeScopedTheme)('raUiBootstrapStyled', { '$appbar-padding-y': '.75rem', '$appbar-padding-x': '.25rem', '$zindex-appbar': '1000', '$appbar-color': '#fff', '$appbar-bg-color': '#0275d8' }); var makeTheme = (0, _bootstrapStyled.toMakeTheme)(theme); exports.makeTheme = makeTheme; var _default = theme; exports.default = _default;