Skip to content

Commit 9929857

Browse files
committed
fix(button): fixed target area size for all button sizes.
1 parent 86f42ce commit 9929857

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
position: absolute;
2020

2121
height: 100%;
22-
min-height: globals.$ion-scale-1200;
22+
min-height: inherit;
2323

2424
transform: translateY(-50%);
2525

0 commit comments

Comments
 (0)