UNPKG

@selfcommunity/react-theme-default

Version:

Default theme to use with SelfCommunity TS library

17 lines (16 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Component = { styleOverrides: { sizeSmall: { fontSize: '1rem' }, sizeMedium: { fontSize: '1.429rem' }, sizeLarge: { fontSize: '1.57rem' } } }; exports.default = Component;