chore(FormGroup): wrap label & description to ease styling

This commit is contained in:
Benjamin Canac
2024-02-12 11:59:13 +01:00
parent 19d15b42f0
commit 7eba5b539a
2 changed files with 20 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
export default {
wrapper: '',
inner: '',
label: {
wrapper: 'flex content-center items-center justify-between',
base: 'block font-medium text-gray-700 dark:text-gray-200',
@@ -22,4 +23,4 @@ export default {
default: {
size: 'sm'
}
}
}