@ -33,7 +33,7 @@
<span class="ml-2" matTextSuffix>{{ data.currency }}</span>
</mat-form-field>
<button
class="apply-current-market-price ml-2 no-min-width"
class="ml-2 mt-1 no-min-width"
mat-button
title="Fetch market price"
(click)="onFetchSymbolForDate()"
@ -3,11 +3,5 @@
.mat-mdc-dialog-content {
max-height: unset;
.mat-mdc-button {
&.apply-current-market-price {
height: 56px;
}
@ -153,7 +153,7 @@
*ngIf="currentMarketPrice && (data.activity.type === 'BUY' || data.activity.type === 'SELL')"
title="Apply current market price"
type="button"
@ -15,12 +15,6 @@
color: var(--dark-primary-text);