Skip to content

Commit

Permalink
Fix #5182: dialog icon padding error
Browse files Browse the repository at this point in the history
  • Loading branch information
Staler2019 committed Nov 11, 2023
1 parent 5d964ad commit 257e9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialog/internal/_dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
color: var(--_icon-color);
fill: currentColor;
font-size: var(--_icon-size);
padding-top: 24px;
margin-top: 24px;
height: var(--_icon-size);
width: var(--_icon-size);
}
Expand Down

0 comments on commit 257e9c6

Please sign in to comment.