Hello,
I have a requirement to allow clients to choose one of the available color themes (red, green, blue, etc)
It will be saved as preference in database and I would like to load and use it on runtime.
My idea to achieve that:
Create a function that returns ThemeOverride with custom colors passed as function arguments.
Better way or suggestion? (looking for mantine way for that)