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
@@ -53,7 +53,7 @@ layout = html.Div(
html.Button(
"=>",
id="search-button",
className="btn btn-primary",
className="btn btn-secondary",
style={
"border": "1px solid #ccc",
"borderRadius": "0 3px 3px 0",