We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466df5c commit a70260aCopy full SHA for a70260a
packages/vaadin-lumo-styles/src/components/icon.css
@@ -5,7 +5,7 @@
5
*/
6
@media lumo_components_icon {
7
:host {
8
- width: var(--lumo-icon-size-m);
9
- height: var(--lumo-icon-size-m);
+ width: var(--vaadin-icon-size, var(--lumo-icon-size-m));
+ height: var(--vaadin-icon-size, var(--lumo-icon-size-m));
10
}
11
0 commit comments