File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
core/src/components/input Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 108108// Ionic Input Sizes
109109// --------------------------------------------------
110110
111- :host (.input-size-medium ) {
111+ :host (.input-size-small ) {
112112 --padding-start : #{globals .$ion-space-300 } ;
113113 --padding-end : #{globals .$ion-space-300 } ;
114114}
115115
116- :host (.input-size-large ) {
116+ :host (.input-size-medium ) {
117117 --padding-start : #{globals .$ion-space-400 } ;
118118 --padding-end : #{globals .$ion-space-400 } ;
119119}
120120
121- :host (.input-size-xlarge ) {
121+ :host (.input-size-large ) {
122122 --padding-start : #{globals .$ion-space-500 } ;
123123 --padding-end : #{globals .$ion-space-500 } ;
124124}
125125
126- :host (.input-size-medium ) .native-wrapper {
126+ :host (.input-size-small ) .native-wrapper {
127127 min-height : globals .$ion-scale-1000 ;
128128}
129129
130- :host (.input-size-large ) .native-wrapper {
130+ :host (.input-size-medium ) .native-wrapper {
131131 min-height : globals .$ion-scale-1200 ;
132132}
133133
134- :host (.input-size-xlarge ) .native-wrapper {
134+ :host (.input-size-large ) .native-wrapper {
135135 min-height : globals .$ion-scale-1400 ;
136136}
137137
You can’t perform that action at this time.
0 commit comments