Skip to content

Commit

Permalink
feat: Add default font size for app (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharleeWa committed Oct 30, 2024
1 parent 4498dbd commit 621e599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

html {
background: var(--van-gray-1);
font-size: var(--van-font-size-lg);
color-scheme: light;
}

Expand Down

0 comments on commit 621e599

Please sign in to comment.