Skip to content

Commit a624c45

Browse files
committed
fix(ui): use valid cctv card icon
1 parent 08e27f7 commit a624c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom/ui/pages/ui_page_cctv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static lv_obj_t* ui_page_create_content(lv_obj_t* page, const char* title_text)
114114
ui_room_card_config_t camera_config = {
115115
.room_id = "cctv_main",
116116
.title = "Backyard Camera",
117-
.icon_text = LV_SYMBOL_EYE,
117+
.icon_text = LV_SYMBOL_EYE_OPEN,
118118
};
119119

120120
ui_room_card_t* camera_card = ui_room_card_create(content, &camera_config);

0 commit comments

Comments
 (0)