Correction de la couleur des bordures dans statistiques

This commit is contained in:
Colin Maudry
2026-01-29 21:19:36 +01:00
parent 47e17c48e7
commit ccee27baee
-3
View File
@@ -91,9 +91,6 @@ def get_yearly_statistics(statistics, today_str) -> html.Div:
page_size=10, page_size=10,
sort_action="none", sort_action="none",
filter_action="none", filter_action="none",
style_cell={
"border": "solid 1px rgb(179, 56, 33)",
},
style_header={ style_header={
"border": "solid 1px rgb(179, 56, 33)", "border": "solid 1px rgb(179, 56, 33)",
"backgroundColor": "rgb(179, 56, 33)", "backgroundColor": "rgb(179, 56, 33)",