From 58e24dffd4d3bb23b6c2f35104f22964502d9faf Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 17 Dec 2021 10:30:18 +0500 Subject: [PATCH] remove border from tag items --- apps/mobile/src/components/TagItem/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/mobile/src/components/TagItem/index.js b/apps/mobile/src/components/TagItem/index.js index ee174e720..0d4075f39 100644 --- a/apps/mobile/src/components/TagItem/index.js +++ b/apps/mobile/src/components/TagItem/index.js @@ -45,8 +45,6 @@ const TagItem = React.memo( height: 80 * fontScale, flexDirection: 'row', alignItems: 'center', - borderBottomWidth: 1.5, - borderBottomColor: colors.nav, width: '100%', justifyContent: 'space-between' }}>