mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
feat(Switch): add label and description props (#60)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ export default (config: { colors: string[] }) => ({
|
||||
wrapper: 'ms-2',
|
||||
indicator: 'flex',
|
||||
icon: 'size-full',
|
||||
label: 'font-medium text-gray-700 dark:text-gray-200',
|
||||
label: 'block font-medium text-gray-700 dark:text-gray-200',
|
||||
description: 'text-gray-500 dark:text-gray-400'
|
||||
},
|
||||
variants: {
|
||||
|
||||
Reference in New Issue
Block a user