diff --git a/src/components/TradeComponent.vue b/src/components/TradeComponent.vue index 52f82f7..09ef43e 100644 --- a/src/components/TradeComponent.vue +++ b/src/components/TradeComponent.vue @@ -72,7 +72,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -210,7 +210,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -334,7 +334,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" variant="outlined" class="price-input-field" hide-details @@ -523,7 +523,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -652,7 +652,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -765,7 +765,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" variant="outlined" class="price-input-field" hide-details @@ -965,7 +965,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -1094,7 +1094,7 @@ :model-value="amount" type="number" min="0" - step="0.01" + step="1" class="shares-input-field" hide-details variant="outlined" @@ -1207,7 +1207,7 @@ type="number" min="0" max="100" - step="0.01" + step="1" class="price-input-field" hide-details density="compact"