Skip to content

Commit e17dca7

Browse files
committed
added medium rule
1 parent 5e0fcf9 commit e17dca7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/button/button.ionic.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129

130130
// Button with Icons
131131
// -------------------------------------------------------------------------------
132-
:host(.button-small) {
132+
:host(.button-small),
133+
:host(.button-medium) {
133134
::slotted(ion-icon[slot="start"]),
134135
::slotted(ion-icon[slot="end"]),
135136
::slotted(ion-icon[slot="icon-only"]) {

0 commit comments

Comments
 (0)