fix: problèmes de taille des champs + Ajout d'un playground form (#42)

| Numéro du ticket | Titre du ticket |
|------------------|-----------------|
|                  |                 |

## Description de la PR

## Modification du .env

## Check list

- [ ] Pas de régression
- [ ] TU/TI/TF rédigée
- [ ] TU/TI/TF OK
- [ ] CHANGELOG modifié

Reviewed-on: #42
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #42.
This commit is contained in:
2026-05-11 07:37:49 +00:00
committed by Autin
parent 174f1f9a64
commit 6938e730b6
10 changed files with 147 additions and 72 deletions

View File

@@ -101,14 +101,14 @@ const mergedGroupClass = computed(() =>
const mergedInputClass = computed(() =>
twMerge(
'inp-cbx peer',
'inp-cbx peer ',
props.inputClass,
),
)
const mergedLabelClass = computed(() =>
twMerge(
'cbx text-black',
'cbx text-black text-lg',
disabled.value ? 'cursor-not-allowed text-black/60' : '',
hasError.value ? 'text-m-error' : '',
hasSuccess.value ? 'text-m-success' : '',