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 185185// --------------------------------------------------
186186
187187:host (.button-soft ) {
188- --border-radius : #{globals .$ion-border-radius-200 } ;
188+ --border-radius : #{globals .$ion-soft-xs } ;
189189}
190190
191191// Round Button
192192// --------------------------------------------------
193193
194194:host (.button-round ) {
195- --border-radius : #{globals .$ion-border-radius-full } ;
195+ --border-radius : #{globals .$ion-round-xs } ;
196196}
197197
198198// Rectangular Button
199199// --------------------------------------------------
200200
201201:host (.button-rectangular ) {
202- --border-radius : #{globals .$ion-border-radius-0 } ;
202+ --border-radius : #{globals .$ion-rectangular-xs } ;
203203}
204204
205205// Button: Focus
You can’t perform that action at this time.
0 commit comments