UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

12 lines (10 loc) 231 B
const Alert = () => { return { MuiAlertTitle: { styleOverrides: { root: { fontWeight: 600, fontSize: '0.875rem', lineHeight: '1.25rem' } } } } } export default Alert