Skip to content

Commit ba2750b

Browse files
committed
fix logo and background QR share
1 parent 762b8c8 commit ba2750b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

src/pages/settings/AppDownloadLinks.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React, {useRef} from 'react';
22
import type {View} from 'react-native';
3+
import expensifyLogo from '@assets/images/expensify-logo-round-transparent.png';
34
import HeaderWithBackButton from '@components/HeaderWithBackButton';
45
import * as Expensicons from '@components/Icon/Expensicons';
5-
import * as Illustrations from '@components/Icon/Illustrations';
66
import MenuItem from '@components/MenuItem';
77
import type {MenuItemProps} from '@components/MenuItem';
88
import QRShare from '@components/QRShare';
@@ -66,7 +66,7 @@ function AppDownloadLinksPage() {
6666

6767
<QRShare
6868
url={CONST.EXPENSIFY_MOBILE_URL}
69-
svgLogo={Illustrations.ExpensifyMobileApp}
69+
logo={expensifyLogo}
7070
logoRatio={CONST.QR.EXPENSIFY_LOGO_SIZE_RATIO}
7171
logoMarginRatio={CONST.QR.EXPENSIFY_LOGO_MARGIN_RATIO}
7272
shouldShowExpensifyLogo={false}

src/styles/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4495,7 +4495,6 @@ const styles = (theme: ThemeColors) =>
44954495
overflow: 'hidden',
44964496
borderColor: theme.borderFocus,
44974497
borderWidth: 2,
4498-
backgroundColor: theme.highlightBG,
44994498
},
45004499

45014500
shareCodeContainerDownloadPadding: {

0 commit comments

Comments
 (0)