Skip to content

Commit

Permalink
Playing with text colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Boulton committed Sep 14, 2023
1 parent 102d22d commit 8a83425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-dashboard/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def __init__(self):
keyboard_type=dashio.Keyboard.NONE,
control_position=dashio.ControlPosition(0.0, 0.0, 1.0, 0.84375)
)
self.log_txbx.color = dashio.Color.DARK_SLATE_BLUE
self.log_txbx.color = dashio.Color.ALICE_BLUE
d_view.add_control(self.log_txbx)
self.device.add_control(self.log_txbx)

Expand Down

0 comments on commit 8a83425

Please sign in to comment.