Change navigation icon size

Is there a way to change navigation item icon size?

I'm using the FontAwesome's icon set and the default Tailwind w-6 classes for the sidebar's item icons are quite large for me. Instead I'd like to use w-5 so the icons are represented in a more compact look.
Solution
I think you would have to do this with a custom theme and css.
Was this page helpful?