Skip to content

Commit

Permalink
fixed styling on focus
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed May 31, 2023
1 parent 0d2d2c1 commit 36c0e4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/OptionRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ class OptionRow extends Component {
accessibilityRole="button"
hoverDimmingValue={1}
hoverStyle={this.props.hoverStyle}
focusStyle={this.props.hoverStyle}
>
<View style={sidebarInnerRowStyle}>
<View style={[styles.flexRow, styles.alignItemsCenter]}>
Expand Down

0 comments on commit 36c0e4b

Please sign in to comment.