Skip to content

Commit 7f04669

Browse files
committed
Clean font
1 parent d4f5d91 commit 7f04669

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/cards/template-new-card/template-new-card.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,16 +530,12 @@ export class Template extends LitElement implements LovelaceCard {
530530
--badge-color,
531531
var(--secondary-text-color)
532532
);
533-
font-size: 11px;
534-
font-weight: 700;
535533
}
536534
ha-tile-info {
537535
position: relative;
538536
min-width: 0;
539537
transition: background-color 180ms ease-in-out;
540538
box-sizing: border-box;
541-
// Set the icon size to the font size of text
542-
--mdc-icon-size: 1em;
543539
}
544540
hui-card-features {
545541
--feature-color: var(--tile-color);
@@ -554,5 +550,6 @@ export class Template extends LitElement implements LovelaceCard {
554550
}
555551
.secondary.multiline {
556552
white-space: pre-wrap;
553+
}
557554
`;
558555
}

0 commit comments

Comments
 (0)