i'm trying to apply style to the text inside a ListItemText (Material-UI @next): const text = { color: 'red' } <ListItem button><ListItemText style={text} ...
確定! 回上一頁