Restore label style

This commit is contained in:
Johannes Marbach
2024-03-31 21:07:10 +02:00
parent 57bd661504
commit 586b0eec7a

View File

@@ -290,6 +290,7 @@ static void apply_theme_cb(lv_theme_t *theme, lv_obj_t *obj) {
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_header_class) || lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_header_class)
|| lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_content_class))) || lv_obj_check_type(lv_obj_get_parent(obj), &lv_msgbox_content_class)))
{ {
lv_obj_add_style(obj, &(styles.msgbox_label), 0);
return; /* Inherit styling from message box */ return; /* Inherit styling from message box */
} }