feat(ui) : dimensions par défaut du bouton 180x38

MalioButton : w-[180px] / h-[38px] (étaient w-[200px] / h-[40px])

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-08 15:28:27 +02:00
parent dcb8c16a35
commit d842bf955d
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -162,8 +162,8 @@ describe('MalioButton', () => {
it('applies correct dimensions', () => {
const wrapper = mountComponent()
expect(wrapper.get('button').classes()).toContain('w-[200px]')
expect(wrapper.get('button').classes()).toContain('h-[40px]')
expect(wrapper.get('button').classes()).toContain('w-[180px]')
expect(wrapper.get('button').classes()).toContain('h-[38px]')
})
it('applies font styles', () => {