updated blitz logo
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
@@ -98,7 +98,7 @@ function VPNFileDisplay({generatedFile}) {
|
||||
value={generatedFile.join('\n')}
|
||||
color={COLORS.lightModeText}
|
||||
backgroundColor={COLORS.darkModeText}
|
||||
logo={ICONS.logoIcon}
|
||||
logo={ICONS.logoWithPadding}
|
||||
logoSize={50}
|
||||
logoMargin={5}
|
||||
logoBorderRadius={50}
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ export default function MyProfileQRCode() {
|
||||
)}
|
||||
color={COLORS.lightModeText}
|
||||
backgroundColor={COLORS.darkModeText}
|
||||
logo={myProfileImage || ICONS.logoIcon}
|
||||
logo={myProfileImage || ICONS.logoWithPadding}
|
||||
logoSize={50}
|
||||
logoMargin={3}
|
||||
logoBorderRadius={50}
|
||||
|
||||
@@ -139,6 +139,7 @@ import trashIconWhite from '../assets/icons/trashIconWhite.png';
|
||||
import flashlightNoFillBlue from '../assets/icons/flashlightNoFill.png';
|
||||
import flashlightNoFillWhite from '../assets/icons/flashlightNoFillWhite.png';
|
||||
import transparentIconWhite from '../assets/TransparentIconWhite.png';
|
||||
import logoWithPadding from '../assets/B_padding.png';
|
||||
import xSmallIconBlack from '../assets/icons/x-small-black.png';
|
||||
export default {
|
||||
Xcircle,
|
||||
@@ -284,4 +285,5 @@ export default {
|
||||
flashlightNoFillWhite,
|
||||
transparentIconWhite,
|
||||
xSmallIconBlack,
|
||||
logoWithPadding,
|
||||
};
|
||||
|
||||
@@ -521,7 +521,7 @@ export function ReceivePaymentHome(props) {
|
||||
}
|
||||
color={COLORS.lightModeText}
|
||||
backgroundColor={COLORS.darkModeText}
|
||||
logo={myProfileImage || ICONS.logoIcon}
|
||||
logo={myProfileImage || ICONS.logoWithPadding}
|
||||
logoSize={myProfileImage ? 70 : 50}
|
||||
logoMargin={3}
|
||||
logoBorderRadius={45}
|
||||
|
||||
Reference in New Issue
Block a user