Skip to content

Commit

Permalink
Merge pull request Expensify#32152 from Krishna2323/krishna2323/issue…
Browse files Browse the repository at this point in the history
…/29613

fix: No I cursor on text in keyboard shortcut
  • Loading branch information
Beamanator authored Nov 30, 2023
2 parents d20ef03 + 76e50ea commit 0931352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/FeatureList.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ function FeatureList({menuItems, headline, description}) {
iconHeight={60}
iconStyles={[styles.mr3, styles.ml3]}
interactive={false}
wrapperStyle={[styles.cursorAuto]}
/>
))}
</>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/KeyboardShortcutsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function KeyboardShortcutsPage() {
key={shortcut.displayName}
title={shortcut.displayName}
description={translate(`keyboardShortcutsPage.shortcuts.${shortcut.descriptionKey}`)}
wrapperStyle={styles.ph0}
wrapperStyle={[styles.ph0, styles.cursorAuto]}
interactive={false}
/>
);
Expand Down

0 comments on commit 0931352

Please sign in to comment.