Skip to content

Commit 5da347d

Browse files
authored
fix(button): center align ghost button icons (#18076)
1 parent 81c9a2f commit 5da347d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/styles/scss/components/button/_button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
.#{$prefix}--btn__icon {
121121
position: static;
122+
align-self: center;
122123
margin-inline-start: $spacing-03;
123124
}
124125

0 commit comments

Comments
 (0)