diff --git a/src/styles/common/base.less b/src/styles/common/base.less index 51c65f72..4563bd28 100644 --- a/src/styles/common/base.less +++ b/src/styles/common/base.less @@ -12,7 +12,7 @@ body { font-family: @font-family; - font-size: @font-size-small; + font-size: @font-size-base; line-height: @line-height-base; color: @text-color; background-color: @body-background;