Skip to content

Commit fdfecf1

Browse files
author
Jared VanFleet
committed
More error correction
1 parent b831795 commit fdfecf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pybadger/pybadger_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def _create_label_group(
370370
font,
371371
text=text,
372372
line_spacing=line_spacing,
373-
background_color=font_background_color,
373+
background_color=background_color,
374374
)
375375
_, _, width, _ = create_label.bounding_box
376376
create_label.x = (self.display.width // (width_adjustment * scale)) - width // 2

0 commit comments

Comments
 (0)