diff --git a/src/components/MenuItem.js b/src/components/MenuItem.js index eae6069783f3..f392cbfba1f5 100644 --- a/src/components/MenuItem.js +++ b/src/components/MenuItem.js @@ -215,7 +215,7 @@ function MenuItem(props) { )} {Boolean(props.furtherDetails) && ( - + flagComment(item.severity))} - style={[styles.pt2, styles.pb4, styles.mh5, styles.ph0, styles.flexRow, styles.borderBottom]} + style={[styles.pt2, styles.pb4, styles.ph5, styles.flexRow]} furtherDetails={item.furtherDetails} furtherDetailsIcon={item.furtherDetailsIcon} - hoverAndPressStyle={[styles.mh0, styles.ph5]} /> ));