Skip to content

Commit

Permalink
remove focus style
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Aug 18, 2023
1 parent 7d9fb9e commit b7ae912
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SelectionListRadio/RadioListItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function RadioListItem(props) {
accessibilityRole="button"
hoverDimmingValue={1}
hoverStyle={styles.hoveredComponentBG}
focusStyle={styles.hoveredComponentBG}
>
<View style={[styles.flex1, styles.justifyContentBetween, styles.sidebarLinkInner, styles.optionRow, props.isFocused && styles.sidebarLinkActive]}>
<View style={[styles.flex1, styles.alignItemsStart]}>
Expand Down

0 comments on commit b7ae912

Please sign in to comment.