diff --git a/piker/ui/_style.py b/piker/ui/_style.py index f16d009a..656877cc 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -169,6 +169,6 @@ def hcolor(name: str) -> str: # orders and alerts 'alert_yellow': '#e2d083', - 'alert_yellow_light': '#ffef66', + 'alert_yellow_light': '#ffe366', }[name]