UNPKG

843 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7var _templateObject = _taggedTemplateLiteral(['\n position: relative;\n z-index: 10;\n margin-top: 1.25em;\n text-align: center;\n font-family: ', '\n'], ['\n position: relative;\n z-index: 10;\n margin-top: 1.25em;\n text-align: center;\n font-family: ', '\n']);
8
9var _styledComponents = require('styled-components');
10
11var _styledComponents2 = _interopRequireDefault(_styledComponents);
12
13function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
14
15function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
16
17exports.default = _styledComponents2.default.div(_templateObject, function (props) {
18 return props.theme.fontBase;
19});
\No newline at end of file