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 bffcffc commit 14a0edeCopy full SHA for 14a0ede
packages/aura/src/size.css
@@ -5,6 +5,7 @@
5
--vaadin-radius-s: min(0.25lh, round(var(--aura-base-radius) * 1px + 2px, 1px));
6
--vaadin-radius-m: round(var(--aura-base-radius) * 2px + 3px, 1px);
7
--vaadin-radius-l: round(var(--aura-base-radius) * 1.5px + 10px, 1px);
8
+ --vaadin-icon-stroke-width: 1.75;
9
}
10
11
:where(:root, :host, [theme]) {
0 commit comments