UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

24 lines (23 loc) 362 B
const styleOverrides = { root: { '&': { padding: 0, }, }, input: { height: '36px', }, inputAdornedStart: { 'html &': { paddingLeft: 0, }, }, inputAdornedEnd: { 'html &': { paddingRight: 0, }, }, }; export default { styleOverrides, };