refactor: update icon, fix path
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<div class="detail">
|
||||
<div class="icon">
|
||||
<mw-circled-icon
|
||||
[symbol]="iconProps().symbol"
|
||||
[iconPath]="iconProps().symbol"
|
||||
[backgroundColor]="iconProps().backgroundColor"
|
||||
[color]="iconProps().color"
|
||||
></mw-circled-icon>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { Component, input } from '@angular/core';
|
||||
import { CircledIconComponent } from "../circled-icon/circled-icon.component";
|
||||
import { MoneyTextComponent } from "../../../../../../dist/my-wallet-ds";
|
||||
import { MoneyTextComponent } from '../money-text/money-text.component';
|
||||
|
||||
@Component({
|
||||
selector: 'mw-expense-income-base-detail',
|
||||
|
||||
Reference in New Issue
Block a user