mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(dashboards/project) Removed unnecessary classes from the buttons
This commit is contained in:
parent
3ba64abf6e
commit
9b1c0f2541
|
@ -26,7 +26,7 @@
|
||||||
<!-- Actions -->
|
<!-- Actions -->
|
||||||
<div class="flex items-center mt-6 sm:mt-0 sm:ml-2 space-x-3">
|
<div class="flex items-center mt-6 sm:mt-0 sm:ml-2 space-x-3">
|
||||||
<button
|
<button
|
||||||
class="fuse-mat-button-rounded bg-accent-700"
|
class="bg-accent"
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
[color]="'accent'">
|
[color]="'accent'">
|
||||||
<mat-icon
|
<mat-icon
|
||||||
|
@ -35,7 +35,6 @@
|
||||||
<span class="ml-2">Messages</span>
|
<span class="ml-2">Messages</span>
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
class="fuse-mat-button-rounded"
|
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
[color]="'primary'">
|
[color]="'primary'">
|
||||||
<mat-icon
|
<mat-icon
|
||||||
|
|
Loading…
Reference in New Issue
Block a user