react-base-guide
Version:
react ui components
18 lines • 615 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const styled_components_1 = __importDefault(require("styled-components"));
const Text = styled_components_1.default.label `
position: relative;
display: inline-block;
box-sizing: border-box;
font-size: 12px;
font-weight: 400;
line-height: 1;
color: ${p => p.theme.palette.text.secondary};
margin-left: 4px;
`;
exports.default = Text;
//# sourceMappingURL=Text.js.map