We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d445ad commit 90a5fe5Copy full SHA for 90a5fe5
1 file changed
packages/web-design/src/components/inkButton/inkButton.scss
@@ -71,15 +71,15 @@
71
&--size-md {
72
@include apply-font(label-lg);
73
74
- :global(.ink-button__icon) {
+ .ink-button__icon {
75
@include apply-icon(md);
76
}
77
78
79
&--size-sm {
80
@include apply-font(label-md);
81
82
83
@include apply-icon(sm);
84
85
0 commit comments