Skip to content

Commit

Permalink
Merge pull request #16330 from bernhardoj/fix/15697
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Mar 22, 2023
2 parents ebc03db + 01809e4 commit d5a7cb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspacesListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ class WorkspacesListPage extends Component {
icon: policy.avatar ? policy.avatar : ReportUtils.getDefaultWorkspaceAvatar(policy.name),
iconType: policy.avatar ? CONST.ICON_TYPE_AVATAR : CONST.ICON_TYPE_ICON,
action: () => Navigation.navigate(ROUTES.getWorkspaceInitialRoute(policy.id)),
iconStyles: policy.avatar ? [] : [styles.popoverMenuIconEmphasized],
iconFill: themeColors.textLight,
fallbackIcon: Expensicons.FallbackWorkspaceAvatar,
brickRoadIndicator: PolicyUtils.getPolicyBrickRoadIndicatorStatus(policy, this.props.policyMembers),
Expand Down
5 changes: 0 additions & 5 deletions src/styles/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -1204,11 +1204,6 @@ const styles = {
alignItems: 'center',
},

popoverMenuIconEmphasized: {
backgroundColor: themeColors.iconSuccessFill,
borderRadius: variables.componentSizeLarge / 2,
},

popoverMenuText: {
fontSize: variables.fontSizeNormal,
color: themeColors.heading,
Expand Down

0 comments on commit d5a7cb0

Please sign in to comment.