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