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