- Issue created by @dieterholvoet
I noticed that after updating, Tagify dropdowns didn't have the right color anymore when using Gin darkmode. It seems like tagify.min.css
is loaded before gin.css
/claro.css
, which makes it so CSS variables aren't being overwritten.
Add tagify/tagify
as dependency to the tagify/gin
and tagify/claro
libraries to change the loading order.
Active
1.2
Code