Default background color and foreground was get wrongly.
authorBumseung Cho <bumseung.cho@samsung.com>
Mon, 8 Apr 2013 11:24:34 +0000 (20:24 +0900)
committerBumseung Cho <bumseung.cho@samsung.com>
Mon, 8 Apr 2013 11:24:34 +0000 (20:24 +0900)
Change-Id: I027227bf91b961d7b67b70dd5bf9f87226656390
Signed-off-by: Bumseung Cho <bumseung.cho@samsung.com>
src/ui/resource/FUi_ResourceAccessibilityConfig.cpp

index 6ac898b..3c4d3e8 100755 (executable)
@@ -46,6 +46,6 @@ START_UI_CONFIG(ACCESSIBILITY);
 END_UI_CONFIG(ACCESSIBILITY);
 
 START_UI_CONFIG(BASIC);
-       ADD_COLOR_CONFIG(background, #0xFF4C4C4C);
-       ADD_COLOR_CONFIG(foreground, #0xFF3B73B6);
-END_UI_CONFIG(BASIC);
\ No newline at end of file
+       ADD_COLOR_CONFIG(background, $background);
+       ADD_COLOR_CONFIG(foreground, $foreground);
+END_UI_CONFIG(BASIC);