Skip to content

Commit

Permalink
feat: change badge alert hardc-ded color
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed May 10, 2024
1 parent 0d8dfbc commit 72d98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sepal_ui/sepalwidgets/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def __init__(
# cannot be set as a class member because it will be shared with all
# the other draweritems.
self.alert_badge = v.ListItemAction(
children=[v.Icon(children=["fa-solid fa-circle"], x_small=True, color="red")]
children=[v.Icon(children=["fa-solid fa-circle"], x_small=True, color="error")]
)

if model:
Expand Down

0 comments on commit 72d98e7

Please sign in to comment.