UNPKG

@saas-ui/theme

Version:

Saas UI theme package

11 lines (9 loc) 217 B
import { Styles } from '@chakra-ui/theme-tools' export const styles: Styles = { global: (props) => ({ body: { WebkitFontSmoothing: 'antialiased', TextRendering: 'optimizelegibility', }, }), }