fix(ConfigProvider): ConfigProviderThemeVars fontSizeXs hump (#12267)
Co-authored-by: xieyezi <202202409@any3.com>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user