79281583

Date: 2024-12-14 23:46:46
Score: 0.5
Natty:
Report link

Remove color prop:

<a href='#' className='addTableButton'>
    <PlusSquare className='hover' size={32} weight="fill" />
</a>

Use CSS to set its style like:

.addTableButton .hover { color: red }
.addTableButton:hover .hover { color: blue }

That should do the trick.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: mrReiha