Skip to content

Commit

Permalink
fix: No I cursor on text in keyboard shortcut
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Nov 28, 2023
1 parent c03a541 commit 76e50ea
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 76e50ea

Please sign in to comment.