diff --git a/src/gui/components/cc_button_select.h b/src/gui/components/cc_button_select.h index ecf35b8dc..928f48861 100644 --- a/src/gui/components/cc_button_select.h +++ b/src/gui/components/cc_button_select.h @@ -68,8 +68,8 @@ class CCButtonSelect * @li optional: expects type int, default = 1 */ void setSelectedButton(size_t item_id, - const fb_pixel_t& fr_col = COL_MENUCONTENTSELECTED_PLUS_2, - const fb_pixel_t& sel_fr_col = COL_MENUCONTENTSELECTED_PLUS_0, + const fb_pixel_t& fr_col = COL_FRAME_PLUS_0, + const fb_pixel_t& sel_fr_col = COL_FRAME_PLUS_0, const fb_pixel_t& bg_col = COL_MENUCONTENT_PLUS_0, const fb_pixel_t& sel_bg_col = COL_MENUCONTENTSELECTED_PLUS_0, const fb_pixel_t& text_col = COL_MENUCONTENT_TEXT,