Skip to content

Commit

Permalink
add hover style
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed Jun 2, 2024
1 parent 5eba1aa commit 80cd508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ function MenuItem(
style={[
styles.popoverMenuIcon,
iconStyles,
isSecondaryIconHoverable && StyleUtils.getBackgroundAndBorderStyle(focused || isHovered ? theme.hoverComponentBG : theme.overlay),
isSecondaryIconHoverable && StyleUtils.getBackgroundAndBorderStyle(theme.border),
]}
>
<Icon
Expand Down
1 change: 1 addition & 0 deletions src/components/ReportActionItem/TripDetailsView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function ReservationView({reservation}: ReservationViewProps) {
iconWidth={20}
iconStyles={[styles.tripReservationIconContainer, styles.mr3]}
secondaryIconFill={theme.icon}
hoverAndPressStyle={styles.hoveredComponentBG}
/>
);
}
Expand Down

0 comments on commit 80cd508

Please sign in to comment.