How to apply customised colors to semantic icons

semantic-ui-react color semantic css 5 years, 2 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' />
821
Posted By