summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/gfx/render_text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/render_text.h b/ui/gfx/render_text.h
index b6c6342..ae20e36 100644
--- a/ui/gfx/render_text.h
+++ b/ui/gfx/render_text.h
@@ -30,7 +30,7 @@ const int kStrikeWidth = 2;
// TODO(oshima): Change this to match the standard chrome
// before dogfooding textfield views.
const SkColor kSelectedTextColor = SK_ColorWHITE;
-const SkColor kFocusedSelectionColor = SK_ColorCYAN;
+const SkColor kFocusedSelectionColor = SkColorSetRGB(30, 144, 255);
const SkColor kUnfocusedSelectionColor = SK_ColorLTGRAY;
const SkColor kCursorColor = SK_ColorBLACK;