Skip to content

Commit 7e30f15

Browse files
authored
refactor: reduce base size on touch devices (#10349)
1 parent c040eaf commit 7e30f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aura/src/size.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
@media (pointer: coarse) {
4545
:where(:root),
4646
:where(:host) {
47-
--aura-base-size: 19;
47+
--aura-base-size: 18;
4848
}
4949
}

0 commit comments

Comments
 (0)