Skip to content

Commit 358a099

Browse files
authored
fix(grid): [grid] modify the size of the grid component header icon under the saas theme (#3370)
1 parent 109bd6c commit 358a099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme-saas/src/grid/header.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
.@{grid-prefix-cls}-edit-icon {
8484
@apply mr-1;
8585
order: -1;
86-
@apply text-sm;
86+
@apply text-base;
8787
@apply fill-color-icon-disabled;
8888
@apply shrink-0;
8989
+ .@{grid-prefix-cls}-cell-text {

0 commit comments

Comments
 (0)