| Index: chrome/browser/resources/md_history/history_toolbar.html
|
| diff --git a/chrome/browser/resources/md_history/history_toolbar.html b/chrome/browser/resources/md_history/history_toolbar.html
|
| index c5a31c3f968f933b5e8772fdc4f6d01ce394094c..9fbcb4b961485d4ccd49427a8aa7779506f1d7cb 100644
|
| --- a/chrome/browser/resources/md_history/history_toolbar.html
|
| +++ b/chrome/browser/resources/md_history/history_toolbar.html
|
| @@ -31,7 +31,7 @@
|
| }
|
|
|
| :host([items-selected_]) {
|
| - background: rgb(68, 136, 255);
|
| + background: var(--interactive-color);
|
| }
|
|
|
| #toolbar-container {
|
| @@ -87,7 +87,7 @@
|
| @apply(--shadow-elevation-2dp);
|
| background-color: white;
|
| border-radius: 2px;
|
| - color: var(--paper-grey-800);
|
| + color: var(--synced-devices-notice-color);
|
| overflow: hidden;
|
| padding: 12px 20px;
|
| }
|
|
|