Skip to content

Commit

Permalink
fix: add uni.scss $uni-font-size-lg px (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
FliPPeDround authored Feb 26, 2024
1 parent 4db7cf0 commit ed7988c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/uni.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $uni-border-color: #c8c7cc;
/* 文字尺寸 */
$uni-font-size-sm: 12px;
$uni-font-size-base: 14px;
$uni-font-size-lg: 16;
$uni-font-size-lg: 16px;

/* 图片尺寸 */
$uni-img-size-sm: 20px;
Expand Down Expand Up @@ -73,4 +73,4 @@ $uni-font-size-title: 20px;
$uni-color-subtitle: #555; // 二级标题颜色
$uni-font-size-subtitle: 18px;
$uni-color-paragraph: #3f536e; // 文章段落颜色
$uni-font-size-paragraph: 15px;
$uni-font-size-paragraph: 15px;

0 comments on commit ed7988c

Please sign in to comment.