From 1d4806d7b067872ab9173fa1056f15a31ff9cb43 Mon Sep 17 00:00:00 2001 From: Matthew Birtch Date: Sun, 6 Nov 2022 22:09:17 -0500 Subject: [PATCH] udpated theme color and position of unread dot and adjusted border radius on selected team (#6738) --- .../team_sidebar/team_list/team_item/team_item.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/team_sidebar/team_list/team_item/team_item.tsx b/app/components/team_sidebar/team_list/team_item/team_item.tsx index 19704a8ac..031fe5d39 100644 --- a/app/components/team_sidebar/team_list/team_item/team_item.tsx +++ b/app/components/team_sidebar/team_list/team_item/team_item.tsx @@ -35,11 +35,11 @@ const getStyleSheet = makeStyleSheetFromTheme((theme: Theme) => { }, containerSelected: { borderWidth: 3, - borderRadius: 12, + borderRadius: 14, borderColor: theme.sidebarTextActiveBorder, }, unread: { - left: 40, + left: 43, top: 3, }, mentionsOneDigit: { @@ -102,7 +102,7 @@ export default function TeamItem({team, hasUnreads, mentionCount, selected}: Pro