Normalisation du style des boutons

This commit is contained in:
Colin Maudry
2026-07-13 23:24:27 +02:00
parent 34f10f2283
commit a225dbb0ef
16 changed files with 24 additions and 29 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ def layout(
value=email or "",
className="mb-3",
),
dbc.Button("Envoyer le lien", type="submit", color="primary"),
dbc.Button("Envoyer le lien", type="submit", color="secondary"),
],
),
html.Hr(),