Fix for N_SE-39727
authorAyush <ayush.sriv@samsung.com>
Mon, 3 Jun 2013 11:54:28 +0000 (17:24 +0530)
committerAyush <ayush.sriv@samsung.com>
Mon, 3 Jun 2013 12:38:54 +0000 (18:08 +0530)
Change-Id: I9637c5f35c0f0a5e760de60c5a9772329665d5db
Signed-off-by: Ayush <ayush.sriv@samsung.com>
src/ui/resource/FUi_ResourceSearchBarConfig.cpp

index bfa152b..1954166 100644 (file)
@@ -31,7 +31,7 @@ START_UI_CONFIG(SEARCHBAR);
        ADD_COLOR_CONFIG(BUTTON_TEXT_NORMAL, $B052L4);
        ADD_COLOR_CONFIG(BUTTON_TEXT_PRESSED, $F032L2P);
        ADD_COLOR_CONFIG(BUTTON_TEXT_DISABLED, $B052L4D);
-       ADD_COLOR_CONFIG(BUTTON_TEXT_HIGHLIGHTED, $F032L2P);
+       ADD_COLOR_CONFIG(BUTTON_TEXT_HIGHLIGHTED, $B052L4);
 
        ADD_COLOR_CONFIG(EDIT_BG_NORMAL, $W031);
        ADD_COLOR_CONFIG(EDIT_BG_PRESSED, $B0217);