Skip to content

Commit 621e599

Browse files
committed
feat: Add default font size for app (#130)
1 parent 4498dbd commit 621e599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/app.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
html {
88
background: var(--van-gray-1);
9+
font-size: var(--van-font-size-lg);
910
color-scheme: light;
1011
}
1112

0 commit comments

Comments
 (0)