Skip to content

Commit

Permalink
Merge pull request #21548 from dukenv0307/fix/20932
Browse files Browse the repository at this point in the history
Fix shield icon hover effect
  • Loading branch information
marcaaron authored Jul 3, 2023
2 parents 3b68701 + 7f92ba6 commit 9bd7ccd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/ReimbursementAccount/Enable2FAPrompt.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import * as Illustrations from '../../components/Icon/Illustrations';
import Section from '../../components/Section';
import * as Link from '../../libs/actions/Link';
import ROUTES from '../../ROUTES';
import themeColors from '../../styles/themes/default';

const propTypes = {
...withLocalizePropTypes,
Expand All @@ -29,7 +28,6 @@ function Enable2FAPrompt(props) {
icon: Expensicons.Shield,
shouldShowRightIcon: true,
iconRight: Expensicons.NewWindow,
iconFill: themeColors.success,
wrapperStyle: [styles.cardMenuItem],
link: () => Link.buildOldDotURL(secureYourAccountUrl),
},
Expand Down

0 comments on commit 9bd7ccd

Please sign in to comment.