diff options
author | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-14 22:01:36 +0200 |
---|---|---|
committer | TAMARA JERINIC <tamara.jerinic@gmail.com> | 2022-05-14 22:01:36 +0200 |
commit | 15cde428aa51c9eccef1caa61587965c0561a468 (patch) | |
tree | c5fa47acf0cafb6e85ae5ceae2eb3d0e491db4b8 /frontend/src/app/app.component.html | |
parent | 092b447fc37337b46e07df43846630b7b48bbb38 (diff) | |
parent | e05bb6783e0bc0ce28a80c3e306215a1096c37d1 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into redesign
Diffstat (limited to 'frontend/src/app/app.component.html')
-rw-r--r-- | frontend/src/app/app.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.html b/frontend/src/app/app.component.html index d15793e7..fb0b0223 100644 --- a/frontend/src/app/app.component.html +++ b/frontend/src/app/app.component.html @@ -7,7 +7,7 @@ </app-reactive-background> <app-navbar></app-navbar> <a class="bg-controls" style="z-index: 1000;" routerLink="playground"> - <mat-icon color="accent">settings_suggest</mat-icon> + <mat-icon color="primary">settings_suggest</mat-icon> </a> <router-outlet></router-outlet> <app-notifications></app-notifications>
\ No newline at end of file |