export const numberInput = { style: { backgroundColor: "var(--ex-derive)" }, classes: { inputRootContainer: `flex-1` }, } export const endAdornmentSelector = { labelProps: { className: `labelStyles` }, iconProps: { className: `flex items-center justify-center p-0 m-0`, style: { width: 7, height: 4, marginLeft: 8 } }, style: { background: "transparent", color: "#000", fontSize: 14, fontWeight: 500, width: "auto", padding: 0 }, optionWidth: 90, } export const selector = { labelProps: { className: `f-14` }, }