|
@ -33,7 +33,7 @@ |
|
|
<span class="ml-2" matTextSuffix>{{ data.currency }}</span> |
|
|
<span class="ml-2" matTextSuffix>{{ data.currency }}</span> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
<button |
|
|
<button |
|
|
class="apply-current-market-price ml-2 no-min-width" |
|
|
class="ml-2 mt-1 no-min-width" |
|
|
mat-button |
|
|
mat-button |
|
|
title="Fetch market price" |
|
|
title="Fetch market price" |
|
|
(click)="onFetchSymbolForDate()" |
|
|
(click)="onFetchSymbolForDate()" |
|
|