Skip to content

Commit

Permalink
Restyle and change text on model source skip button
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Oct 25, 2023
1 parent ba28ee7 commit 85e4882
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,10 @@ <h3>Team4Capella sources</h3>

<h3>Other</h3>
<mat-divider></mat-divider>
<div class="flex flex-wrap justify-center">
<a (click)="modelSourceSelection.emit('skip')">
<mat-card class="option-card">
<p>Skip this step</p>
<app-mat-icon size="50px">skip_next</app-mat-icon>
</mat-card>
<div class="button-wrapper">
<a mat-button (click)="modelSourceSelection.emit('skip')">
<span> Manually configure model </span>
<mat-icon class="mat-icon-position right">arrow_forward</mat-icon>
</a>
</div>
</div>
Expand Down

0 comments on commit 85e4882

Please sign in to comment.