Skip to content

Commit

Permalink
fix: dialog font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jul 27, 2021
1 parent 42dbc43 commit 2c394f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-vant",
"version": "0.0.15",
"version": "0.0.16",
"description": "React Mobile UI Components base on Vant UI",
"repository": "https://github.com/3lang3/react-vant.git",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
// Dialog
@dialog-width: 320 * @hd;
@dialog-small-screen-width: 90%;
@dialog-font-size: @font-size-md;
@dialog-font-size: @font-size-lg;
@dialog-transition: @animation-duration-base;
@dialog-border-radius: 16 * @hd;
@dialog-background-color: @white;
Expand Down

0 comments on commit 2c394f2

Please sign in to comment.