diff --git a/src/assets/styles/components/_liquidity.scss b/src/assets/styles/components/_liquidity.scss index 2589d06..833940b 100644 --- a/src/assets/styles/components/_liquidity.scss +++ b/src/assets/styles/components/_liquidity.scss @@ -11,8 +11,8 @@ font-family: $font-secondary; @media(min-width: $breakpoint-md) { - font-size: 23px; - line-height: 28px; + font-size: 16px; + line-height: 20px; } } } diff --git a/src/assets/styles/components/_swap.scss b/src/assets/styles/components/_swap.scss index 15215a7..6122bab 100644 --- a/src/assets/styles/components/_swap.scss +++ b/src/assets/styles/components/_swap.scss @@ -45,11 +45,11 @@ $swap-input-focused-color: rgba($secondary, 0.7) !important; height: 48px; padding: 0; background-color: $primary; - font-size: 23px; + font-size: 16px; text-transform: uppercase; font-family: $font-secondary; font-weight: 500; - line-height: 28px; + line-height: 20px; color: #ffffff; display: flex; align-items: center; diff --git a/src/components/CreatePool/CreateSwapCard.vue b/src/components/CreatePool/CreateSwapCard.vue index 7a3b2b3..eb7ff2e 100644 --- a/src/components/CreatePool/CreateSwapCard.vue +++ b/src/components/CreatePool/CreateSwapCard.vue @@ -3,7 +3,14 @@ import { Keypair, PublicKey } from '@solana/web3.js' import type { TokenData } from '@/config' -const { state, createTokenSwap, createPoolAccounts, generateSwapKeypair, createPoolMint } = useCreateSwap() +const { + state, + createTokenSwap, + createPoolAccounts, + generateSwapKeypair, + createPoolMint, + metadataState, +} = useCreateSwap() const { handleSearchToken, tokens } = useToken() const userStore = useUserStore() @@ -16,6 +23,7 @@ function setToken(field: 'tokenA' | 'tokenB', t: TokenData) { } const expandedTokenSwap = ref(false) +const expandedPoolMint = ref(false) const tokenSwapSecret = ref('') function setTokenSwap() { if (tokenSwapSecret.value) { @@ -61,7 +69,7 @@ function setPoolMint() { option-value="mint" option-label="name" >