UNPKG

@nbamford123/arwes

Version:

Futuristic Sci-Fi and Cyberpunk Graphical User Interface Framework for Web Apps

8 lines (6 loc) 153 B
export const getParagraphStyles = (theme) => ({ margin: [0, 0, theme.margin], }); export default (theme) => ({ root: getParagraphStyles(theme), });