Skip to content

Commit

Permalink
fix: builder layout setting config
Browse files Browse the repository at this point in the history
  • Loading branch information
biaogebusy committed Feb 24, 2024
1 parent eb05c50 commit 577b7ca
Show file tree
Hide file tree
Showing 11 changed files with 1,481 additions and 1,217 deletions.
2 changes: 1 addition & 1 deletion src/app/core/branding/footer/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
width: 32px;
height: 32px;
border-radius: 6px;
margin-right: 0.4rem;
margin-right: 10px;
transition: all 0.4s ease;
}
.mat-icon {
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/branding/header/menu/menu.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<div class="drawer">
<mat-toolbar *ngIf="!show">
<button mat-icon-button (click)="onToggle()" aria-label="menu icon">
<mat-icon color="primary" *ngIf="!isDrawer">menu</mat-icon>
<mat-icon *ngIf="!isDrawer">menu</mat-icon>
<mat-icon *ngIf="isDrawer">close</mat-icon>
</button>
<span class="spacer"></span>
Expand Down
Loading

0 comments on commit 577b7ca

Please sign in to comment.