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
+1 -1
View File
@@ -26,7 +26,7 @@
<ion-icon *ngIf="ThemeService.currentTheme == 'gov' " slot="end" src="assets/images/theme/gov/icons-chat-new-group.svg" ></ion-icon>
</button>
<button *ngIf="hideRefreshBtn" class="btn-no-color" (click)="refreshing()">
<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>