-2
I would like to change the color of an icon when I do a Hover, I am using ant design
<button className="button1">
<div className="content">
<Icon type="plus" style={{fontSize: '64px', color: '#ffff'}}/>
</div>
</button>
I have no idea how to change the color
"#Content:Hover { background:#ffEE00; }" Have you tried this?
– eduardo