fix(ConfigProvider): ConfigProviderThemeVars fontSizeXs hump (#12267)

Co-authored-by: xieyezi <202202409@any3.com>
This commit is contained in:
xieyezi 2023-09-09 08:56:30 +08:00 committed by GitHub
parent 7c7202d0da
commit f69dd889a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ type BaseThemeVars = {
paddingXl?: string; paddingXl?: string;
// Font // Font
fontSizexs?: string; fontSizeXs?: string;
fontSizeSm?: string; fontSizeSm?: string;
fontSizeMd?: string; fontSizeMd?: string;
fontSizeLg?: string; fontSizeLg?: string;