Skip to content

Commit

Permalink
💬 fix label typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danton267 committed Jul 13, 2023
1 parent c19ee4f commit ed7c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/control_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def layout():
size="sm",
styles={"label": {"display": "none"}},
marks=[
{"value": 0, "label": "Gray"},
{"value": 0, "label": "Original"},
{"value": 80, "label": "Green"},
{"value": 160, "label": "Blue"},
{"value": 240, "label": "Purple"},
Expand Down

0 comments on commit ed7c2ec

Please sign in to comment.