How can I change the color of an icon on mouseover using Tailwind CSS?
I have tried to go from this https://i.sstatic.net/ObW6C.png
to this https://i.sstatic.net/Tagp3.png, but it's not working.
.btn {
@apply agt-h-10 agt-w-10 agt-bg-zinc-100 agt-rounded-full agt-flex agt-justify-center
}
.img{
@apply agt-w-full hover:agt-fill-black
}
Note: I am utilizing Tailwind CSS and 'agt,' which is an in-house library.