Changing color of icon?
Closed this issue · 1 comments
ryanbuening commented
Is it possible to change the color of the icon? I've tried the using the following color properties (not all at once), but it doesn't appear to change the actual icon:
'.icon' : {
text : '\uf030',
font : {
fontFamily : 'FontAwesome',
color: 'red'
},
color: 'red',
backgroundColor: 'red'
}
ryanbuening commented
Disregard. Color can be changed by using the following code. Not sure why it wasn't working before. Project clean may have helped.
'.icon' : {
text : '\uf030',
font : {
fontFamily : 'FontAwesome',
},
color: 'red'
}