diff --git a/polygerrit-ui/app/elements/change/gr-messages-list/gr-messages-list.html b/polygerrit-ui/app/elements/change/gr-messages-list/gr-messages-list.html index 3c09797aca..181028d873 100644 --- a/polygerrit-ui/app/elements/change/gr-messages-list/gr-messages-list.html +++ b/polygerrit-ui/app/elements/change/gr-messages-list/gr-messages-list.html @@ -15,6 +15,7 @@ limitations under the License. --> + @@ -70,6 +71,10 @@ limitations under the License. align-items: center; display: flex; } + paper-toggle-button { + --paper-toggle-button-checked-bar-color: var(--color-link); + --paper-toggle-button-checked-button-color: var(--color-link); + }