diff --git a/src/components/FormSwitch/index.scss b/src/components/FormSwitch/index.scss index 9ec3d43..78fbe71 100644 --- a/src/components/FormSwitch/index.scss +++ b/src/components/FormSwitch/index.scss @@ -17,7 +17,7 @@ .auto-degrade-text { font-size: 14px; color: #333; - font-weight: 500; + font-weight: 600; } .info-icon { diff --git a/src/components/TextareaTag/TextareaTag.scss b/src/components/TextareaTag/TextareaTag.scss index 910ec70..7d16b62 100644 --- a/src/components/TextareaTag/TextareaTag.scss +++ b/src/components/TextareaTag/TextareaTag.scss @@ -15,7 +15,8 @@ background: transparent; border: none; outline: none; - line-height: 1.4; + line-height: 24px; + font-weight: 500; resize: none; .textarea-placeholder{ color: theme.$textarea-placeholder-color; @@ -46,6 +47,7 @@ padding: 2px 6px; margin-right: 6px; margin-bottom: 6px; + font-weight: 500; } } } diff --git a/src/components/TimeSelector/TimeSelector.scss b/src/components/TimeSelector/TimeSelector.scss index 379021d..b2a11bf 100644 --- a/src/components/TimeSelector/TimeSelector.scss +++ b/src/components/TimeSelector/TimeSelector.scss @@ -26,6 +26,7 @@ padding: 0 3px; font-size: 14px; color: theme.$primary-color; + font-weight: 500; .dot { width: 8px; height: 8px; @@ -63,6 +64,7 @@ height: 28px; line-height: 28px; border-radius: 14px; + font-weight: 600; &.time-am { font-weight: 600; } diff --git a/src/publish_pages/publishBall/components/FormBasicInfo/FormBasicInfo.scss b/src/publish_pages/publishBall/components/FormBasicInfo/FormBasicInfo.scss index 6558670..e270fd6 100644 --- a/src/publish_pages/publishBall/components/FormBasicInfo/FormBasicInfo.scss +++ b/src/publish_pages/publishBall/components/FormBasicInfo/FormBasicInfo.scss @@ -42,6 +42,8 @@ align-items: center; .form-item-label{ display: flex; + font-weight: 500; + font-size: 14px; } .form-right-wrapper{ display: flex; diff --git a/src/publish_pages/publishBall/index.module.scss b/src/publish_pages/publishBall/index.module.scss index 55b588c..7d7dc08 100644 --- a/src/publish_pages/publishBall/index.module.scss +++ b/src/publish_pages/publishBall/index.module.scss @@ -156,7 +156,7 @@ font-size: 14px; .section-title { - font-size: 16px; + font-size: 14px; color: theme.$primary-color; font-weight: 600; }