From 621e59978981d92269a4fa050e2d4ef263fd5b95 Mon Sep 17 00:00:00 2001 From: CharleeWa <18888351756@163.com> Date: Wed, 30 Oct 2024 14:30:31 +0800 Subject: [PATCH] feat: Add default font size for app (#130) --- src/styles/app.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/app.less b/src/styles/app.less index 55f91fd..9b52821 100644 --- a/src/styles/app.less +++ b/src/styles/app.less @@ -6,6 +6,7 @@ html { background: var(--van-gray-1); + font-size: var(--van-font-size-lg); color-scheme: light; }