Does lvgl support modifying the style of the focus box? I want to make the focus box a little thicker.

Apply the style to the FOCUS_KEY state
lv_obj_set_style_outline_width(button, 5, LV_STATE_FOCUS_KEY);
Does lvgl support modifying the style of the focus box? I want to make the focus box a little thicker.

Apply the style to the FOCUS_KEY state
lv_obj_set_style_outline_width(button, 5, LV_STATE_FOCUS_KEY);