Skip to content

Commit 90a5fe5

Browse files
committed
fix(inkButton): md size icon not work
1 parent 7d445ad commit 90a5fe5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web-design/src/components/inkButton/inkButton.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@
7171
&--size-md {
7272
@include apply-font(label-lg);
7373

74-
:global(.ink-button__icon) {
74+
.ink-button__icon {
7575
@include apply-icon(md);
7676
}
7777
}
7878

7979
&--size-sm {
8080
@include apply-font(label-md);
8181

82-
:global(.ink-button__icon) {
82+
.ink-button__icon {
8383
@include apply-icon(sm);
8484
}
8585
}

0 commit comments

Comments
 (0)