diff --git a/src/ui/ui_main.c b/src/ui/ui_main.c index 0c88628..29d160f 100644 --- a/src/ui/ui_main.c +++ b/src/ui/ui_main.c @@ -207,8 +207,6 @@ void ui_main_init(const struct ui_main_model *model, lv_obj_clean(screen); lv_obj_set_style_bg_color(screen, lv_color_hex(0x0F1115), 0); - lv_obj_set_style_bg_grad_color(screen, lv_color_hex(0x1A1F29), 0); - lv_obj_set_style_bg_grad_dir(screen, LV_GRAD_DIR_VER, 0); lv_obj_set_style_bg_opa(screen, LV_OPA_COVER, 0); lv_obj_set_style_text_color(screen, lv_color_white(), 0); lv_obj_set_style_pad_all(screen, 0, 0);