design-system-simplefi
Version:
Design System for SimpleFi Applications
13 lines • 667 B
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import styled from 'styled-components';
import { pxToRem } from '../../../utils';
var Container = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n margin: 0 auto;\n width: ", ";\n"], ["\n margin: 0 auto;\n width: ", ";\n"])), function (_a) {
var theme = _a.theme;
return pxToRem(theme.layout.containerWidth);
});
export default Container;
var templateObject_1;
//# sourceMappingURL=Container.js.map