Border Issue
The border shows, but only as white, i cannot change the color to indigo or whatever other color
Im trying to make it green, i tried indigo, i tried to make border-2 to border -3 it completely disappears, trying to understand why is that happening
Solution:Jump to solution
You would need to apply the class. If you want a custom color like that, just include the class in a div class i.e.
<div class=" border-gray-300 border-2 border-indigo-500 "></div>
in a custom blank blade and re-compile the css....
2 Replies