From: Sreedeep Moulik Date: Mon, 3 Jun 2013 06:47:46 +0000 (+0530) Subject: Am/Pm Focus Test Color Change - tizen2.1 X-Git-Tag: submit/tizen_2.2/20130714.153149~630^2~22^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2404403e949604658987bc3cbf06c1a5d86475f;p=framework%2Fosp%2Fuifw.git Am/Pm Focus Test Color Change - tizen2.1 Change-Id: Ic59a5ea7c4eb877843736567a095baa78b9163a8 Signed-off-by: Sreedeep Moulik --- diff --git a/src/ui/resource/FUi_ResourceDateTimePickerConfig.cpp b/src/ui/resource/FUi_ResourceDateTimePickerConfig.cpp index eeb8362..c1ea7fb 100644 --- a/src/ui/resource/FUi_ResourceDateTimePickerConfig.cpp +++ b/src/ui/resource/FUi_ResourceDateTimePickerConfig.cpp @@ -39,7 +39,7 @@ START_UI_CONFIG(DATETIMEPICKER); ADD_COLOR_CONFIG(AMPM_TEXT_NORMAL, $F031L1); ADD_COLOR_CONFIG(AMPM_TEXT_PRESSED, $F031L1P); - ADD_COLOR_CONFIG(AMPM_TEXT_HIGHLIGHTED, $F031L1P); + ADD_COLOR_CONFIG(AMPM_TEXT_HIGHLIGHTED, $F031L1); ADD_COLOR_CONFIG(AMPM_TEXT_DISABLED, $F031L1D); ADD_COLOR_CONFIG(DIVIDER_LEFT_HALF, $B0224);