Chromium Code Reviews| Index: ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm |
| diff --git a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm |
| index 662f5a0f6becf3718c1434103e20223605d96d1e..c991529a1d3325aae97bca205b629980b3028566 100644 |
| --- a/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm |
| +++ b/ios/clean/chrome/browser/ui/toolbar/toolbar_constants.mm |
| @@ -18,3 +18,5 @@ const CGFloat kLocationBarShadowOpacity = 0.2f; |
| const CGFloat kProgressBarHeight = 2.0f; |
| const CGFloat kToolbarButtonWidth = 42.0f; |
| +const CGFloat kToolbarButtonTitleNormalColor = 85.0 / 255.0; |
| +const CGFloat kToolbarButtonTitleHighlightedColor = 0x4285F4; |
|
marq (ping after 24h)
2017/05/29 11:04:36
Neither of these are 'colors' in the usual sense -
sczs
2017/05/30 00:18:20
Sounds good. If we want to have consistency and no
|