add icons theme

This commit is contained in:
Peter Maquiran
2021-10-23 09:53:21 +01:00
parent 456b21547e
commit d4e91d75b2
40 changed files with 69 additions and 49 deletions
@@ -18,7 +18,7 @@
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " src='assets/images/theme/gov/icons-add.svg'></ion-icon>
</button>
<button class="btn-no-color" (click)="doRefresh($event)">
<ion-icon class="title-icon" name="reload-circle"></ion-icon>
<ion-icon class="title-icon font-awesome" name="reload-circle"></ion-icon>
</button >
</div>
</div>