@yosephwinataSubmitted about 1 year ago
I can't get rid of the slight background colors at the bottom corner of every card. Any feedback is greatly appreciated.
I can't get rid of the slight background colors at the bottom corner of every card. Any feedback is greatly appreciated.
Hi!
I couldn't find the issue with the border, but I have a feeling that I experienced the exact same thing in a previous project. You can try applying the rounded top and rounded bottom classes to each corner of each container, as it seems to be due to a default margin or something else. For example, in my case, I remember that I was able to solve it with the rounded-tl-md and rounded-tr-md classes from Tailwind. You can experiment with that and see if you arrive at any solution.
I hope this helps you.