UNPKG

@frank-auth/react

Version:

Flexible and customizable React UI components for Frank Authentication

17 lines (16 loc) 376 B
import { tokens as s } from "./tokens.js"; const i = (o = "light") => ({ colors: s.colors[o], spacing: s.spacing, fontSizes: s.fontSizes, fontWeights: s.fontWeights, lineHeights: s.lineHeights, borderRadius: s.borderRadius, shadows: s.shadows, transitions: s.transitions, zIndex: s.zIndex }); export { i as createTheme }; //# sourceMappingURL=theme.js.map