From d9b8187f0a3b7cfe4ad60746713fea5648225377 Mon Sep 17 00:00:00 2001 From: Jasper Huang Date: Tue, 16 Aug 2022 13:56:35 -0700 Subject: [PATCH] add borderBottom styles to peopleRow --- src/styles/styles.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index 9baa3463ecd4..36a4d7eaea40 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -2360,9 +2360,6 @@ const styles = { width: '100%', flexDirection: 'row', justifyContent: 'space-between', - }, - - peopleRowOfflineFeedback: { borderBottomWidth: 1, borderColor: themeColors.border, ...spacing.pv2,