Leviathan
Leviathan
WWindmill
Created by Leviathan on 5/12/2025 in #help
Some components have undefined for their global style class specifier
No description
2 replies
WWindmill
Created by Leviathan on 5/7/2025 in #help
How to customize Color presets for a button component
No description
7 replies
WWindmill
Created by Leviathan on 5/1/2025 in #help
Custom font family
Is there a way to use a custom font? It doesn't seem like there's a way to package my own font up or reference it through the web when building a windmill app
1 replies
WWindmill
Created by Leviathan on 5/1/2025 in #help
Is it possible to combine light and dark mode under one theme?
I'm creating theme styling for my company in Windmill and was wondering how people have approached light vs dark modes, do you keep them as two separate themes or can you combine them under on? - Is there a ctx or global variable that could represent the color mode to all components? - How could I change between two colors in the component styling using that variable? I.E. (isDarkMode ? 'bg-dark-500' : 'bg-white-400') - What exactly are evals? The documentation is scarce on them and I can't seem to get any complex logic working right in them
1 replies