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
@@ -49,7 +49,7 @@ def _submit_button(mode: str):
label,
id="inf-submit",
type="submit",
className="btn btn-primary",
className="btn btn-secondary",
disabled=(mode == "subscribe"),
)