Icon Color Issues

I'm trying to build a table and so far it works well except for the icons. I am able to change the icon that loads up but the color always stays the same. What could be the issue? Thanks in advance.
image.png
Solution
preset has darkMode: 'class'
You need to add dark class to the html..

<html class="dark"...
Was this page helpful?