fix(module: pagination): mini class name was changed (#3266)

This commit is contained in:
James Yeung 2023-05-17 23:37:32 +08:00 committed by GitHub
parent 4c927d683e
commit ab8df30f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,7 +208,7 @@ namespace AntDesign
.Add(PrefixCls)
.If($"{PrefixCls}-simple", () => Simple)
.If($"{PrefixCls}-disabled", () => Disabled)
.If("mini", () => !Simple && Size == PaginationSize.Small)
.If($"{PrefixCls}-mini", () => !Simple && Size == PaginationSize.Small)
.If($"{PrefixCls}-rtl", () => RTL);
_prevClass