My question is about the accordion https://ktui.io/docs/accordion
I would to increase the `plus` icon. Adding
class="lucide lucide-plus kt-accordion-indicator-on w-6 h-6"
Hey, its working now, not sure why - you can delete this if you want. Sorry about it.
I’m seeing the same issue when using `size-...` The SVG icon shifts too far to the right and is no longer aligned above the accordion line.
Here’s a screenshot for reference: https://imgur.com/a/n0hvwvD
Hi,
Are you compiling your assets with build tools when you edit your HTML classes ? Please note that Tailwind requires recompilation the CSS whenever you edit your HTML. For more info please refer to this docs:
https://keenthemes.com/metronic/tailwind/docs/getting-started/installation
Regards,
Sean
Hi,
You can just use Tailwind Size class "size-5" or "size-5.5":
class="kt-accordion-indicator-on size-5"