feat : ajout du masque et de l'etat succes sur le texte

This commit is contained in:
2026-02-23 08:56:27 +01:00
parent 2340256ee1
commit 75a3912727
6 changed files with 93 additions and 44 deletions

View File

@@ -24,6 +24,7 @@ export default defineNuxtConfig({
muted: 'rgb(var(--m-muted) / <alpha-value>)',
bg: 'rgb(var(--m-bg) / <alpha-value>)',
error: 'rgb(var(--m-error) / <alpha-value>)',
success: 'rgb(var(--m-success) / <alpha-value>)',
}
}
}