From a8925bac8616dccadc016304e98091d54f838042 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 27 Feb 2024 01:25:25 +0000 Subject: [PATCH] Remove side borders on mobile web list (#2994) --- src/view/com/util/List.web.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/com/util/List.web.tsx b/src/view/com/util/List.web.tsx index 29bad2db..936bac19 100644 --- a/src/view/com/util/List.web.tsx +++ b/src/view/com/util/List.web.tsx @@ -172,7 +172,7 @@ function ListImpl( ( const isSafari = /^((?!chrome|android).)*safari/i.test(navigator.userAgent) const styles = StyleSheet.create({ - contentContainer: { + sideBorders: { borderLeftWidth: 1, borderRightWidth: 1, },