UNPKG

1.37 kBJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6
7var _templateObject = _taggedTemplateLiteral(['\n display: inline-block;\n font-family: ', ';\n font-weight: 300;\n font-size: 0.75em;\n text-decoration: none;\n background: ', '\n color: ', '\n padding: 0.85em 1.07em 0.78em 1.07em;\n cursor: pointer;\n transition: all 0.2s ease-in;\n border-radius: 3px;\n box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.20);\n'], ['\n display: inline-block;\n font-family: ', ';\n font-weight: 300;\n font-size: 0.75em;\n text-decoration: none;\n background: ', '\n color: ', '\n padding: 0.85em 1.07em 0.78em 1.07em;\n cursor: pointer;\n transition: all 0.2s ease-in;\n border-radius: 3px;\n box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.20);\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.span(_templateObject, function (props) {
18 return props.theme.font.base;
19}, function (props) {
20 return props.theme.dark;
21}, function (props) {
22 return props.theme.blank;
23});
\No newline at end of file