@nbamford123/arwes
Version:
Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps
16 lines (14 loc) • 315 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var getParagraphStyles = exports.getParagraphStyles = function getParagraphStyles(theme) {
return {
margin: [0, 0, theme.margin]
};
};
exports.default = function (theme) {
return {
root: getParagraphStyles(theme)
};
};