Skip to content

Commit 204fc56

Browse files
hubmartinJF002
authored andcommitted
Use Bluetooth brand color for BLE logo #0082FC
1 parent f52d6bf commit 204fc56

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(0xFFFFFF));
47+
lv_obj_set_style_local_text_color(bleIcon, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, lv_color_hex(0x0082FC));
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)