Skip to content

Commit f52d6bf

Browse files
hubmartinJF002
authored andcommitted
Real white now
1 parent 86ee7a7 commit f52d6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/WatchFaceDigital.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WatchFaceDigital::WatchFaceDigital(DisplayApp* app,
4444
lv_obj_align(batteryPlug, batteryIcon, LV_ALIGN_OUT_LEFT_MID, -5, 0);
4545

4646
bleIcon = lv_label_create(lv_scr_act(), nullptr);
47-
lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x000000));
47+
lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0xFFFFFF));
4848
lv_label_set_text(bleIcon, Symbols::bluetooth);
4949
lv_obj_align(bleIcon, batteryPlug, LV_ALIGN_OUT_LEFT_MID, -5, 0);
5050

0 commit comments

Comments
 (0)