UNPKG

@lunit/oui

Version:

Lunit Oncology UI components

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