@alauda/ui 6.5.4-beta.36 → 6.5.4-beta.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alauda/ui",
3
- "version": "6.5.4-beta.36",
3
+ "version": "6.5.4-beta.38",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
package/theme/_mixin.scss CHANGED
@@ -231,7 +231,9 @@
231
231
  transition: transform 0.1s ease-in-out;
232
232
 
233
233
  aui-icon {
234
- display: block;
234
+ display: flex;
235
+ justify-content: center;
236
+ align-items: center;
235
237
  width: use-var(icon-size-s);
236
238
  height: use-var(icon-size-s);
237
239
  font-size: use-var(icon-size-s);