From 1d81204294272a78bc8d9580039153eb7c6ee942 Mon Sep 17 00:00:00 2001 From: Calinteodor Date: Tue, 1 Feb 2022 16:52:42 +0200 Subject: [PATCH] Revert "fix(speaker-stats): search margins" This reverts commit 47536d51b447ac06de8227aeadae441e8d7a8485. --- react/features/speaker-stats/components/native/styles.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react/features/speaker-stats/components/native/styles.js b/react/features/speaker-stats/components/native/styles.js index ebef19cb1..dec740a55 100644 --- a/react/features/speaker-stats/components/native/styles.js +++ b/react/features/speaker-stats/components/native/styles.js @@ -45,8 +45,7 @@ export default { wrapper: { marginLeft: 0, marginRight: 0, - marginTop: BaseTheme.spacing[3], - marginBottom: BaseTheme.spacing[3], + marginVertical: BaseTheme.spacing[3], flexDirection: 'row', alignItems: 'center' },