fix(observatoire): texte % blanc sur les barres de considérations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+7
-3
@@ -796,9 +796,13 @@ def get_considerations_card_content(lff: pl.LazyFrame) -> html.Div:
|
||||
],
|
||||
),
|
||||
dbc.Progress(
|
||||
value=pct,
|
||||
label=f"{pct} %",
|
||||
color=color,
|
||||
dbc.Progress(
|
||||
value=pct,
|
||||
label=f"{pct} %",
|
||||
bar=True,
|
||||
color=color,
|
||||
style={"color": "white"},
|
||||
),
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user