Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to change list item text color in react

<ListItemText
          primary={
            <Typography variant="h6" style={{ color: "white" }}>
              User
            </Typography>
          }
          secondary={
            <Typography style={{ color: "white" }}>hello</Typography>
          }
        />
 
PREVIOUS NEXT
Tagged: #change #list #item #text #color #react
ADD COMMENT
Topic
Name
4+3 =