mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
add help copy
This commit is contained in:
parent
1a71f0f66f
commit
96ce7b518b
@ -1,11 +1,7 @@
|
||||
.removeInput {
|
||||
composes: addInput from './Add.module.css';
|
||||
}
|
||||
|
||||
.buttonMax {
|
||||
composes: buttonMax from './Add.module.css';
|
||||
bottom: -1rem;
|
||||
right: 0;
|
||||
padding-left: calc(var(--spacer) * 2);
|
||||
padding-right: calc(var(--spacer) * 2);
|
||||
}
|
||||
|
||||
.userLiquidity {
|
||||
@ -23,3 +19,7 @@
|
||||
.range input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.range p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
@ -6,6 +6,7 @@ import { toast } from 'react-toastify'
|
||||
import Actions from './Actions'
|
||||
import { Logger } from '@oceanprotocol/lib'
|
||||
import Token from './Token'
|
||||
import FormHelp from '../../../atoms/Input/Help'
|
||||
|
||||
export default function Remove({
|
||||
setShowRemove,
|
||||
@ -84,6 +85,10 @@ export default function Remove({
|
||||
value={amountPercent}
|
||||
onChange={handleAmountPercentChange}
|
||||
/>
|
||||
<FormHelp>
|
||||
Set the amount of your pool shares to spend. You will get the
|
||||
equivalent value in OCEAN.
|
||||
</FormHelp>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user