How to apply customised colors to semantic icons

semantic-ui-react color semantic css 5 years, 9 months ago
/* If u try first one it never applies the customized color */ <Icon color="#eeeeee" name='users' /> /* Try to give the style attribute then it applies */ <Icon style={{color: '#eeeeee'}} name='users' />
945
Posted By