mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
feat(components): uniformize colors and variants (#141)
This commit is contained in:
@@ -21,7 +21,7 @@ export default (options: Required<ModuleOptions>) => ({
|
||||
indicator: `bg-${color}-500 dark:bg-${color}-400`,
|
||||
steps: `text-${color}-500 dark:text-${color}-400`
|
||||
}])),
|
||||
black: {
|
||||
gray: {
|
||||
indicator: 'bg-gray-900 dark:bg-white',
|
||||
steps: 'text-white dark:text-gray-900'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user