Make gr-account-chip use chip-background-color

Mistakenly not used in e46284e4.

Change-Id: Ib5947e1d2e89fe79693d79eb16ba1319cf1b100d
This commit is contained in:
Kasper Nilsson
2018-05-02 11:36:27 -07:00
parent e8e6983f39
commit e732ed81ce

View File

@@ -31,7 +31,7 @@ limitations under the License.
}
.container {
align-items: center;
background: var(--table-header-background-color);
background: var(--chip-background-color);
border-radius: .75em;
display: inline-flex;
padding: 0 .5em;