fix: color

This commit is contained in:
Fine 2023-11-14 19:40:50 +08:00
parent f3d81a80f0
commit 5b03264f9a
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ limitations under the License. -->
border: 1px solid #ddd; border: 1px solid #ddd;
background: $theme-background; background: $theme-background;
border-radius: 3px; border-radius: 3px;
color: #000; color: $font-color;
font-size: $font-size-smaller; font-size: $font-size-smaller;
height: 24px; height: 24px;

View File

@ -177,7 +177,7 @@ limitations under the License. -->
width: 180px; width: 180px;
display: inline-block; display: inline-block;
font-weight: 500; font-weight: 500;
color: #000; color: $font-color;
line-height: 25px; line-height: 25px;
} }
} }