Skip to content

Commit 14a0ede

Browse files
authored
fix: adjust vaadin-icon stroke width in aura (#10246)
1 parent bffcffc commit 14a0ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/aura/src/size.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--vaadin-radius-s: min(0.25lh, round(var(--aura-base-radius) * 1px + 2px, 1px));
66
--vaadin-radius-m: round(var(--aura-base-radius) * 2px + 3px, 1px);
77
--vaadin-radius-l: round(var(--aura-base-radius) * 1.5px + 10px, 1px);
8+
--vaadin-icon-stroke-width: 1.75;
89
}
910

1011
:where(:root, :host, [theme]) {

0 commit comments

Comments
 (0)