update deposit icon logos
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 9.6 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -73,14 +73,14 @@ export default function ChainRow({
|
|||||||
style={[
|
style={[
|
||||||
styles.assetIcon,
|
styles.assetIcon,
|
||||||
isSpark && {
|
isSpark && {
|
||||||
width: 20,
|
width: '100%',
|
||||||
height: 20,
|
height: '100%',
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
source={
|
source={
|
||||||
ICONS[
|
ICONS[
|
||||||
isSpark
|
isSpark
|
||||||
? 'sparkAsteriskWhite'
|
? 'sparkLogoLight'
|
||||||
: `chain_${chain.label.toLowerCase()}`
|
: `chain_${chain.label.toLowerCase()}`
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -142,7 +142,7 @@ const styles = StyleSheet.create({
|
|||||||
chainIconContainer: {
|
chainIconContainer: {
|
||||||
width: 48,
|
width: 48,
|
||||||
height: 48,
|
height: 48,
|
||||||
borderRadius: 22.5,
|
borderRadius: 25,
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|||||||
@@ -387,12 +387,12 @@ export default function HalfModalDepositFunds({
|
|||||||
styles.scanIconContainer,
|
styles.scanIconContainer,
|
||||||
{
|
{
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
theme && darkModeType ? backgroundColor : COLORS.primary,
|
theme && darkModeType ? backgroundColor : backgroundOffset,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<ThemeIcon
|
<ThemeIcon
|
||||||
colorOverride={COLORS.darkModeText}
|
// colorOverride={COLORS.darkModeText}
|
||||||
size={20}
|
size={20}
|
||||||
iconName={'Ellipsis'}
|
iconName={'Ellipsis'}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -75,9 +75,9 @@ function ChainRow({
|
|||||||
source={
|
source={
|
||||||
ICONS[
|
ICONS[
|
||||||
chain.id === 'liquid'
|
chain.id === 'liquid'
|
||||||
? 'blockstreamLiquid'
|
? 'liquidLogo'
|
||||||
: chain.id === 'spark'
|
: chain.id === 'spark'
|
||||||
? 'sparkAsteriskWhite'
|
? 'sparkLogoLight'
|
||||||
: 'rootstockLogo'
|
: 'rootstockLogo'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -147,8 +147,8 @@ const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
assetIcon: {
|
assetIcon: {
|
||||||
width: 20,
|
width: '100%',
|
||||||
height: 20,
|
height: '100%',
|
||||||
},
|
},
|
||||||
assetOptionsContainer: {
|
assetOptionsContainer: {
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
|
|||||||
+3
-3
@@ -16,7 +16,7 @@ import {
|
|||||||
const SWAP_OPTIONS = [
|
const SWAP_OPTIONS = [
|
||||||
{
|
{
|
||||||
id: 'liquid',
|
id: 'liquid',
|
||||||
icon: 'blockstreamLiquid',
|
icon: 'liquidLogo',
|
||||||
label: 'settings.viewSwapsHome.liquid',
|
label: 'settings.viewSwapsHome.liquid',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -107,8 +107,8 @@ const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
},
|
},
|
||||||
logo: {
|
logo: {
|
||||||
width: 25,
|
width: '100%',
|
||||||
height: 25,
|
height: '100%',
|
||||||
},
|
},
|
||||||
textContainer: {
|
textContainer: {
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ import telegramWhite from '../assets/icons/telegramWhite.png';
|
|||||||
import userWhite from '../assets/icons/user_white.png';
|
import userWhite from '../assets/icons/user_white.png';
|
||||||
import flashlightNoFillWhite from '../assets/icons/flashlightNoFillWhite.png';
|
import flashlightNoFillWhite from '../assets/icons/flashlightNoFillWhite.png';
|
||||||
import logoWithPadding from '../assets/B_padding.png';
|
import logoWithPadding from '../assets/B_padding.png';
|
||||||
import sparkAsteriskWhite from '../assets/icons/SparkAsteriskWhite.png';
|
|
||||||
import lightningReceiveIcon from '../assets/icons/lightningReceiveIcon.png';
|
import lightningReceiveIcon from '../assets/icons/lightningReceiveIcon.png';
|
||||||
import rootstockLogo from '../assets/icons/rootstockLogo.png';
|
import rootstockLogo from '../assets/icons/rootstockLogo.png';
|
||||||
import blockstreamLiquid from '../assets/icons/blockstreamLiquid.png';
|
import sparkLogoLight from '../assets/icons/sparkLogoLight.png';
|
||||||
|
import liquidLogo from '../assets/icons/liquidLogo.png';
|
||||||
import dollarIcon from '../assets/icons/dollarIcon.png';
|
import dollarIcon from '../assets/icons/dollarIcon.png';
|
||||||
import bitcoinIcon from '../assets/icons/bitcoinIcon.png';
|
import bitcoinIcon from '../assets/icons/bitcoinIcon.png';
|
||||||
import giftCardIcon from '../assets/icons/giftCardIcon.png';
|
import giftCardIcon from '../assets/icons/giftCardIcon.png';
|
||||||
@@ -78,13 +78,13 @@ export default {
|
|||||||
|
|
||||||
logoWithPadding,
|
logoWithPadding,
|
||||||
|
|
||||||
sparkAsteriskWhite,
|
sparkLogoLight,
|
||||||
|
|
||||||
lightningReceiveIcon,
|
lightningReceiveIcon,
|
||||||
|
|
||||||
rootstockLogo,
|
rootstockLogo,
|
||||||
|
|
||||||
blockstreamLiquid,
|
liquidLogo,
|
||||||
|
|
||||||
dollarIcon,
|
dollarIcon,
|
||||||
bitcoinIcon,
|
bitcoinIcon,
|
||||||
|
|||||||
Reference in New Issue
Block a user