Commit a49d5382 authored by Callil Capuozzo's avatar Callil Capuozzo

UI tweaks

parent f73a166d
......@@ -481,7 +481,7 @@ export default function AddLiquidity({
onUserInput={onStartPriceInput}
/>
</OutlineCard>
<RowBetween style={{ backgroundColor: theme.bg6, padding: '12px', borderRadius: '12px' }}>
<RowBetween style={{ backgroundColor: theme.bg1, padding: '12px', borderRadius: '12px' }}>
<TYPE.main>Current {baseCurrency?.symbol} Price:</TYPE.main>
<TYPE.main>
{price ? (
......@@ -538,7 +538,7 @@ export default function AddLiquidity({
) : null}
</RowBetween>
<TYPE.main fontSize={14} fontWeight={400} style={{ marginBottom: '.5rem', lineHeight: '125%' }}>
Your liquidity will only earn fees when the market price of the pair is within your range.
Your liquidity will only earn fees when the market price of the pair is within your range.{' '}
<ExternalLink
href={'https://docs.uniswap.org/concepts/introduction/liquidity-user-guide'}
style={{ fontSize: '14px' }}
......
......@@ -7,7 +7,7 @@ import PositionList from 'components/PositionList'
import { RowBetween, RowFixed } from 'components/Row'
import { useActiveWeb3React } from 'hooks'
import { useV3Positions } from 'hooks/useV3Positions'
import { BookOpen, ChevronDown, Download, Inbox, PlusCircle } from 'react-feather'
import { BookOpen, ChevronDown, Download, Inbox, PlusCircle, ChevronsRight, Layers } from 'react-feather'
import { useTranslation } from 'react-i18next'
import { Link } from 'react-router-dom'
import { useWalletModalToggle } from 'state/application/hooks'
......@@ -104,7 +104,7 @@ export default function Pool() {
{
content: (
<MenuItem>
<PlusCircle size={16} style={{ marginRight: '8px' }} />
<PlusCircle size={16} style={{ marginRight: '12px' }} />
{t('Create a pool')}
</MenuItem>
),
......@@ -114,7 +114,7 @@ export default function Pool() {
{
content: (
<MenuItem>
<Download size={16} style={{ marginRight: '8px' }} />
<ChevronsRight size={16} style={{ marginRight: '12px' }} />
{t('Migrate')}
</MenuItem>
),
......@@ -124,7 +124,7 @@ export default function Pool() {
{
content: (
<MenuItem>
<Download size={16} style={{ marginRight: '8px' }} />
<Layers size={16} style={{ marginRight: '12px' }} />
{t('V2 liquidity')}
</MenuItem>
),
......@@ -134,7 +134,7 @@ export default function Pool() {
{
content: (
<MenuItem>
<BookOpen size={16} style={{ marginRight: '8px' }} />
<BookOpen size={16} style={{ marginRight: '12px' }} />
{t('Learn')}
</MenuItem>
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment