(Chat Panel) Changed the chat panel icon and title

This commit is contained in:
Sercan Yemen 2018-07-04 17:29:44 +03:00
parent 8355e8a17c
commit 42d9748b10

View File

@ -3,8 +3,8 @@
<ng-container *ngIf="view === 'contacts'">
<div class="title ml-16" fxLayout="row" fxLayoutAlign="start center">
<mat-icon class="s-32">account_circle</mat-icon>
<h3 class="ml-12">Team Members</h3>
<mat-icon class="s-32">chat</mat-icon>
<h3 class="ml-12">Team Chat</h3>
</div>
</ng-container>
@ -22,8 +22,8 @@
</ng-container>
<button mat-icon-button class="toggle-sidebar-folded mr-8" (click)="toggleSidebarFolded()" fxHide fxShow.gt-md>
<mat-icon class="secondary-text" *ngIf="sidebarFolded">lock_open</mat-icon>
<mat-icon class="secondary-text" *ngIf="!sidebarFolded">lock_outline</mat-icon>
<mat-icon class="secondary-text s-20" *ngIf="sidebarFolded">lock_open</mat-icon>
<mat-icon class="secondary-text s-20" *ngIf="!sidebarFolded">lock_outline</mat-icon>
</button>
<button mat-icon-button class="toggle-sidebar-folded mr-8" (click)="toggleSidebarOpen()" fxHide.gt-md>