File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/components/button Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 111111 @include globals .typography (globals .$ion-body-action-sm );
112112 min-width : globals .$ion-scale-1600 ;
113113
114- min-height : #{globals .$ion-space -1000 } ;
114+ min-height : #{globals .$ion-scale -1000 } ;
115115}
116116
117117/* Medium Button */
121121 @include globals .typography (globals .$ion-body-action-md );
122122 min-width : globals .$ion-scale-1800 ;
123123
124- min-height : #{globals .$ion-space -1200 } ;
124+ min-height : #{globals .$ion-scale -1200 } ;
125125}
126126
127127/* Large Button */
131131 @include globals .typography (globals .$ion-body-action-lg );
132132 min-width : globals .$ion-scale-2000 ;
133133
134- min-height : #{globals .$ion-space -1400 } ;
134+ min-height : #{globals .$ion-scale -1400 } ;
135135}
136136
137137// Button with Icons
You can’t perform that action at this time.
0 commit comments