Skip to content

Commit

Permalink
chore: add dark exfy logo to qrcode
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagobrez committed May 16, 2023
1 parent 18e8c39 commit 1e02ef6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added assets/images/expensify-logo-round-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/settings/Security/TwoFactorAuth/VerifyPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Clipboard from '../../../../libs/Clipboard';
import FixedFooter from '../../../../components/FixedFooter';
import TwoFactorAuthForm from './TwoFactorAuthForm';
import QRCode from '../../../../components/QRCode';
import defaultTheme from '../../../../styles/themes/default';
import expensifyLogo from '../../../../../assets/images/expensify-logo-round-dark.png';

const propTypes = {
...withLocalizePropTypes,
Expand Down Expand Up @@ -109,7 +109,7 @@ function VerifyPage(props) {
<View style={[styles.alignItemsCenter, styles.mt5]}>
<QRCode
url={buildAuthenticatorUrl()}
color={defaultTheme.textSupporting}
logo={expensifyLogo}
/>
</View>
<Text style={styles.mt5}>{props.translate('twoFactorAuth.addKey')}</Text>
Expand Down

0 comments on commit 1e02ef6

Please sign in to comment.