Skip to content

Commit f3a74f9

Browse files
authored
fix: set correct CSS prop for card title color in Lumo (#10563)
1 parent 1817ba2 commit f3a74f9

File tree

1 file changed

+2
-2
lines changed
  • packages/vaadin-lumo-styles/components

1 file changed

+2
-2
lines changed

packages/vaadin-lumo-styles/components/card.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
--lumo-space-m
3131
);
3232
--vaadin-card-shadow: none;
33-
--vaadin-card-title-font-color: var(
33+
--vaadin-card-title-color: var(
3434
--lumo-header-text-color
3535
);
3636
--vaadin-card-title-font-size: var(
@@ -40,7 +40,7 @@
4040
--vaadin-card-title-line-height: var(
4141
--lumo-line-height-xs
4242
);
43-
--vaadin-card-subtitle-font-color: var(
43+
--vaadin-card-subtitle-color: var(
4444
--lumo-secondary-text-color
4545
);
4646
--vaadin-card-subtitle-font-size: var(

0 commit comments

Comments
 (0)