diff --git a/src/pages/workspace/WorkspacesListPage.js b/src/pages/workspace/WorkspacesListPage.js index cbf604ae10f8..9f9cac2940cf 100755 --- a/src/pages/workspace/WorkspacesListPage.js +++ b/src/pages/workspace/WorkspacesListPage.js @@ -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), diff --git a/src/styles/styles.js b/src/styles/styles.js index 44f3e5f9af71..8c65d4f08d38 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1204,11 +1204,6 @@ const styles = { alignItems: 'center', }, - popoverMenuIconEmphasized: { - backgroundColor: themeColors.iconSuccessFill, - borderRadius: variables.componentSizeLarge / 2, - }, - popoverMenuText: { fontSize: variables.fontSizeNormal, color: themeColors.heading,