Skip to content

Commit eb2c823

Browse files
committed
update color default
1 parent 98a90e2 commit eb2c823

File tree

1 file changed

+1
-1
lines changed
  • adafruit_displayio_layout/widgets

1 file changed

+1
-1
lines changed

adafruit_displayio_layout/widgets/dial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def __init__(
169169
minor_tick_stroke=1,
170170
minor_tick_length=5,
171171
tick_label_font=None,
172-
tick_label_color=0x880000,
172+
tick_label_color=0xFFFFFF,
173173
rotate_tick_labels=True,
174174
tick_label_scale=1.0,
175175
background_color=None,

0 commit comments

Comments
 (0)