Repository URL to install this package:
Version:
0.9.7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const Text_1 = require("atoms/Text");
const DescriptionElement = styled.withComponent(Text_1.Paragraph) `
font-size: 16px
color: #2C2C2C
`;
exports.DescriptionElement = DescriptionElement;
//# sourceMappingURL=styled.js.map