make color of update-heading in primary-text-color (#5754)

This commit is contained in:
Bas Nijholt 2020-05-05 16:33:06 +02:00 committed by GitHub
parent da392912b3
commit d419547463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,11 +162,13 @@ export class HassioUpdate extends LitElement {
--iron-icon-width: 48px;
float: right;
margin: 0 0 2px 10px;
color: var(--primary-text-color);
}
.update-heading {
font-size: var(--paper-font-subhead_-_font-size);
font-weight: 500;
margin-bottom: 0.5em;
color: var(--primary-text-color);
}
.warning {
color: var(--secondary-text-color);