Skip to content

Commit e17d2af

Browse files
committed
Fixed the missing button styling when creating an admin [#2376]
1 parent c498c5b commit e17d2af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

comixed-webui/src/app/user/pages/create-admin-page/create-admin-page.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2>{{ "create-admin-account.page-title" | translate }}</h2>
9191
<button
9292
id="cx-login-submit-button"
9393
mat-raised-button
94+
color="primary"
9495
(click)="onCreateAccount()"
9596
[disabled]="!createAdminForm.valid"
9697
>

0 commit comments

Comments
 (0)