sx={{
'& input': {color: 'white', border: 'transparent', width: '84px'},
'& label': {color: 'white', },
'& fieldset': { border: 'transparent'},
'& button': { color: 'white'},
}}
sx={{
'& .MuiInputBase-root': {
color: 'white',
'& input': {
textAlign: 'center'
},
},
'& .MuiOutlinedInput-notchedOutline': {
borderColor: 'transparent'
},
'& .MuiButtonBase-root': { // 아이콘 버튼 컬러 변경
color: 'white'
}
}}