From ccee27baee67470d8caa84ce31f40a0720c38ae2 Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Thu, 29 Jan 2026 21:19:36 +0100 Subject: [PATCH] Correction de la couleur des bordures dans statistiques --- src/figures.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/figures.py b/src/figures.py index e7ef19e..5ad50ca 100644 --- a/src/figures.py +++ b/src/figures.py @@ -91,9 +91,6 @@ def get_yearly_statistics(statistics, today_str) -> html.Div: page_size=10, sort_action="none", filter_action="none", - style_cell={ - "border": "solid 1px rgb(179, 56, 33)", - }, style_header={ "border": "solid 1px rgb(179, 56, 33)", "backgroundColor": "rgb(179, 56, 33)",