chore(module): update

This commit is contained in:
Benjamin Canac
2024-03-07 16:08:48 +01:00
parent c79e6f188d
commit 7e19c30f80
6 changed files with 45 additions and 39 deletions

View File

@@ -5,7 +5,12 @@ export default (config: any) => ({
icon: 'shrink-0'
},
variants: {
color: Object.fromEntries(config.colors.map((color: string) => [color, ''])),
color: {
...Object.fromEntries(config.colors.map((color: string) => [color, ''])),
white: '',
gray: '',
black: ''
},
variant: {
solid: '',
outline: '',