we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
showing results for - "how to change list item text color in react"
Davion
23 Jan 2018
1<ListItemText
2          primary={
3            <Typography variant="h6" style={{ color: "white" }}>
4              User
5            </Typography>
6          }
7          secondary={
8            <Typography style={{ color: "white" }}>hello</Typography>
9          }
10        />