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
@@ -66,7 +66,7 @@ def layout(error: str | None = None, email: str | None = None, **_):
minLength=8,
className="mb-3",
),
dbc.Button("Créer le compte", type="submit", color="primary"),
dbc.Button("Créer le compte", type="submit", color="secondary"),
],
),
html.Div("ou", className="text-center text-muted my-2"),