Skip to content

Commit

Permalink
fix(comp:modal): fix adjust modal icon height (#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
threedayAAAAA authored and sallerli1 committed Dec 11, 2023
1 parent 142a0ef commit e248941
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/modal/style/index.less
Expand Up @@ -89,7 +89,8 @@

&-icon {
font-size: var(--ix-modal-icon-size);
line-height: 1;
height: calc(var(--ix-modal-icon-size) + var(--ix-line-height-gutter));
line-height: calc(var(--ix-modal-icon-size) + var(--ix-line-height-gutter));
margin: 0 16px;
}

Expand Down

0 comments on commit e248941

Please sign in to comment.