Change the color when you press a button on the lv_keyboard

Hi,
How do I change the color when I press a key on my lv_keyboard? In the previous library version it was

lgl_kb_set_style(new_kb, LV_KB_STYLE_BTN_REL, getstylelglkb() );

Thanks
Walter

Hi,
Found…

lv_obj_set_style_local_bg_color(new_kb, LV_KEYBOARD_PART_BTN, LV_STATE_PRESSED, LV_COLOR_RED);

Thanks
Walter