| Index: ui/native_theme/common_theme.cc
|
| diff --git a/ui/native_theme/common_theme.cc b/ui/native_theme/common_theme.cc
|
| index 69c0602befe74dc32553b51d37349efea993a7be..526dea73582c7493a7947f0f7627b09e80c940ee 100644
|
| --- a/ui/native_theme/common_theme.cc
|
| +++ b/ui/native_theme/common_theme.cc
|
| @@ -36,7 +36,7 @@ SkColor GetAuraColor(NativeTheme::ColorId color_id,
|
|
|
| // FocusableBorder
|
| case NativeTheme::kColorId_UnfocusedBorderColor:
|
| - return SkColorSetA(SK_ColorBLACK, 0x24);
|
| + return SkColorSetA(SK_ColorBLACK, 0x33);
|
|
|
| // Textfields
|
| case NativeTheme::kColorId_TextfieldDefaultColor:
|
|
|