Showing
2 changed files
with
2 additions
and
1 deletions
... | ... | @@ -56,7 +56,7 @@ |
56 | 56 | <div class="line"><mat-divider></mat-divider></div> |
57 | 57 | </div> |
58 | 58 | <ng-container *ngFor="let oauth2Client of oauth2Clients"> |
59 | - <a mat-raised-button color="primary" class="centered" href="{{ oauth2Client.url }}"> | |
59 | + <a mat-raised-button color="warn" class="centered" href="{{ oauth2Client.url }}"> | |
60 | 60 | <mat-icon svgIcon="{{ oauth2Client.icon }}"></mat-icon> |
61 | 61 | {{ 'login.login-with' | translate: {name: oauth2Client.name} }} |
62 | 62 | </a> | ... | ... |