UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

15 lines (14 loc) 303 B
import { getFontSize } from '@mantine/core'; export const TextVars = (theme, props)=>{ if (!props.size) { return { root: { '--text-fz': getFontSize('sm') } }; } return { root: {} }; }; //# sourceMappingURL=Text.vars.js.map