[#MUI12] Correction composant Nombre et Taux horaire (#12)

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

## Description de la PR

## Modification du .env

## Check list

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

Reviewed-on: #12
Co-authored-by: tristan <tristan@yuno.malio.fr>
Co-committed-by: tristan <tristan@yuno.malio.fr>
This commit was merged in pull request #12.
This commit is contained in:
2026-03-19 08:22:37 +00:00
committed by Autin
parent 11d60e687b
commit ded414ba1a
8 changed files with 114 additions and 21 deletions

View File

@@ -26,11 +26,11 @@ const mountInputNumber = (props: InputNumberProps = {}) =>
})
describe('MalioInputNumber', () => {
it('renders the input with a fixed 20px height', () => {
it('renders the input with a fixed 22px height', () => {
const wrapper = mountInputNumber()
const input = wrapper.get('input')
expect(input.classes()).toContain('h-[20px]')
expect(input.classes()).toContain('h-[22px]')
})
it('renders the increment and decrement buttons with a fixed 20px height', () => {