refactor(theme-chalk): [tabs] use font-size-base (#7416)

This commit is contained in:
Satrong 2022-05-01 18:45:02 +08:00 committed by GitHub
parent 4ea1d85184
commit cca6361a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@
line-height: 40px;
display: inline-block;
list-style: none;
font-size: 14px;
font-size: getCssVar('font-size-base');
font-weight: 500;
color: getCssVar('text-color', 'primary');
position: relative;