| Index: chrome/browser/resources/local_ntp/local_ntp_fast.js
|
| diff --git a/chrome/browser/resources/local_ntp/local_ntp_fast.js b/chrome/browser/resources/local_ntp/local_ntp_fast.js
|
| index 664dd6f6b96c45ab27bde744e85f329f7947957c..520f8420febdcfe4bb06b2735faadfee09b843f5 100644
|
| --- a/chrome/browser/resources/local_ntp/local_ntp_fast.js
|
| +++ b/chrome/browser/resources/local_ntp/local_ntp_fast.js
|
| @@ -241,9 +241,9 @@ function renderTheme() {
|
|
|
| var titleColor = NTP_DESIGN.titleColor;
|
| if (!info.usingDefaultTheme && info.textColorRgba) {
|
| - titleColor = convertToRRGGBBAAColor(info.textColorRgba);
|
| + themeinfo.tileTitleColor = info.textColorRgba;
|
| } else if (isThemeDark) {
|
| - NTP_DESIGN.titleColorAgainstDark;
|
| + titleColor = NTP_DESIGN.titleColorAgainstDark;
|
| }
|
| themeinfo.tileTitleColor = convertToRGBAColor(titleColor);
|
|
|
|
|