Skip to content

Commit

Permalink
Apply requested changes related to the New Workspace menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Jun 17, 2021
1 parent 054df8d commit faaf9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions src/components/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,7 @@ const MenuItem = ({
</View>
{shouldShowRightIcon && (
<View style={styles.createMenuIcon}>
<Icon
src={iconRight}
width={iconWidth}
height={iconHeight}
fill={getIconFillColor(getButtonState(hovered, pressed))}
/>
<Icon src={iconRight} fill={getIconFillColor(getButtonState(hovered, pressed))} />
</View>
)}
</>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ class SidebarScreen extends Component {
...(Permissions.canUseFreePlan(this.props.betas) ? [
{
icon: NewWorkspace,
iconWidth: 44,
iconWidth: 46,
iconHeight: 40,
text: this.props.translate('workspace.new.newWorkspace'),
description: this.props.translate('workspace.new.getTheExpensifyCardAndMore'),
Expand Down

0 comments on commit faaf9e7

Please sign in to comment.