Skip to content

Commit a70260a

Browse files
authored
refactor: update Lumo icon to respect size CSS property (#10220)
1 parent 466df5c commit a70260a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

packages/vaadin-lumo-styles/src/components/icon.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66
@media lumo_components_icon {
77
:host {
8-
width: var(--lumo-icon-size-m);
9-
height: var(--lumo-icon-size-m);
8+
width: var(--vaadin-icon-size, var(--lumo-icon-size-m));
9+
height: var(--vaadin-icon-size, var(--lumo-icon-size-m));
1010
}
1111
}

0 commit comments

Comments
 (0)