diff --git a/shared/theme.c b/shared/theme.c index 12d9fb5..cc5b7a0 100644 --- a/shared/theme.c +++ b/shared/theme.c @@ -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_content_class))) { + lv_obj_add_style(obj, &(styles.msgbox_label), 0); return; /* Inherit styling from message box */ }