Skip to content

Commit

Permalink
Add spacing around audit button
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Oct 24, 2023
1 parent bd465ac commit cc8406c
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ <h3>New members</h3>
</div>
<h3>Current members</h3>
<mat-divider [inset]="true"></mat-divider>
<button (click)="openAuditLogDialog()" mat-stroked-button>
<span class="mat-button-wrapper">
<mat-icon class="mat-icon-position left">assignment</mat-icon>
Review access changes
</span>
</button>
<div class="button-wrapper">
<button (click)="openAuditLogDialog()" mat-stroked-button>
<span class="mat-button-wrapper">
<mat-icon class="mat-icon-position left">assignment</mat-icon>
Review access changes
</span>
</button>
</div>
<mat-form-field class="mb-[-20px] w-full pr-4" appearance="outline">
<mat-label>Search</mat-label>
<input
Expand Down

0 comments on commit cc8406c

Please sign in to comment.