Skip to content

Commit 72d98e7

Browse files
committed
feat: change badge alert hardc-ded color
1 parent 0d8dfbc commit 72d98e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sepal_ui/sepalwidgets/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def __init__(
352352
# cannot be set as a class member because it will be shared with all
353353
# the other draweritems.
354354
self.alert_badge = v.ListItemAction(
355-
children=[v.Icon(children=["fa-solid fa-circle"], x_small=True, color="red")]
355+
children=[v.Icon(children=["fa-solid fa-circle"], x_small=True, color="error")]
356356
)
357357

358358
if model:

0 commit comments

Comments
 (0)