@@ -94,8 +94,8 @@ <h2 class="sample-step-title">Choose your business credit card</h2>
9494 </ igx-card >
9595 </ div >
9696 < div class ="sample-step-actions ">
97- < button igxButton ="raised " (click) ="stepper.prev() "> Back</ button >
98- < button igxButton ="raised " (click) ="stepper.next() "
97+ < button igxButton ="contained " (click) ="stepper.prev() "> Back</ button >
98+ < button igxButton ="contained " (click) ="stepper.next() "
9999 [disabled] ="!businessInformation.valid "> Continue</ button >
100100 </ div >
101101 </ div >
@@ -158,8 +158,8 @@ <h2 class="sample-step-title">Choose your business credit card</h2>
158158 </ igx-card >
159159 </ div >
160160 < div class ="sample-step-actions ">
161- < button igxButton ="raised " (click) ="stepper.prev() "> Back</ button >
162- < button igxButton ="raised " (click) ="stepper.next() "
161+ < button igxButton ="contained " (click) ="stepper.prev() "> Back</ button >
162+ < button igxButton ="contained " (click) ="stepper.next() "
163163 [disabled] ="!personalInformation.valid "> Continue</ button >
164164 </ div >
165165 </ div >
@@ -219,8 +219,8 @@ <h2 class="sample-step-title">Choose your business credit card</h2>
219219 </ igx-card >
220220 </ div >
221221 < div class ="sample-step-actions ">
222- < button igxButton ="raised " (click) ="stepper.prev() "> Back</ button >
223- < button igxButton ="raised " (click) ="stepper.next() "
222+ < button igxButton ="contained " (click) ="stepper.prev() "> Back</ button >
223+ < button igxButton ="contained " (click) ="stepper.next() "
224224 [disabled] ="!shippingDetails.valid "> Continue</ button >
225225 </ div >
226226 </ div >
@@ -254,7 +254,7 @@ <h2 class="sample-step-title">Your application for a business credit card has be
254254 </ igx-card-content >
255255 </ igx-card >
256256 < div class ="sample-step-actions ">
257- < button igxButton ="raised " (click) ="resetStepper(businessInformation, personalInformation, shippingDetails) "> Reset</ button >
257+ < button igxButton ="contained " (click) ="resetStepper(businessInformation, personalInformation, shippingDetails) "> Reset</ button >
258258 </ div >
259259 </ div >
260260 </ igx-step >
0 commit comments