better icons
This commit is contained in:
parent
71e1566f20
commit
20dbbbf956
2 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<div class="tab-text">Categories</div>
|
||||
<mat-icon class="example-tab-icon">ballot</mat-icon>
|
||||
<mat-icon class="material-icons-outlined">dashboard</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<div class="tab-text">Merchants</div>
|
||||
<mat-icon class="example-tab-icon">shopping_cart</mat-icon>
|
||||
<mat-icon class="material-icons-outlined">shopping_cart</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<ng-template mat-tab-label>
|
||||
<div class="metadata-tab">
|
||||
<div class="tab-text">Tags</div>
|
||||
<mat-icon class="example-tab-icon">label</mat-icon>
|
||||
<mat-icon class="material-icons-outlined">sell</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<app-root></app-root>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue