ncls-alien
ncls-alien
Needs fix ASAP
Sure @LouisMazel! Here you go: ```TS import { defineConfig } from '@mazui/cli'; export default defineConfig({ outputCssFilePath: './assets/css/colors.css', theme: { colors: { primary: 'rgb(1, 129, 54)', success: 'rgb(1, 129, 54)', danger:...
I tried your solution and while investigating I found out that the `textColor` props from the `maz-ui.config` are getting swapped inside the [dark-theme.css](https://github.com/LouisMazel/maz-ui/blob/master/packages/lib/css/dark-theme.css#L13) So whatever I type into `lightTheme.textColor` resolves...
Well, that's a good question...😅 It's such a small change that it's definately not worth a major version change so you could either just leave it like this until the...