Skip to content

Commit

Permalink
FIX: Add elevation abck to table
Browse files Browse the repository at this point in the history
  • Loading branch information
reubsinit committed Feb 14, 2020
1 parent c5d2b9b commit 2d4096e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h3>Activities</h3>
<p>Add new activities or modify existing ones</p>
</div>
</div>
<table mat-table [dataSource]="dataSource" matSort (matSortChange)="sortTableData($event)">
<table mat-table [dataSource]="dataSource" matSort (matSortChange)="sortTableData($event)" class="mat-elevation-z3">

<!-- Name Column -->
<ng-container [formGroup]="formData" matColumnDef="name">
Expand Down

0 comments on commit 2d4096e

Please sign in to comment.