Hello,
How to change text-decoration color in React?
the code is
<Link to="/change" style={{ textDecoration: 'none' }}>Hello</Link>
here, text-decoration none is in, but I want the text decoration to be black color. if I put style={{ textDecoration: ‘black’ }} it is becoming none also. please fix it.