about summary refs log tree commit diff
path: root/src/view/com/lists/ProfileLists.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-01-21 21:36:09 +0000
committerGitHub <noreply@github.com>2025-01-21 21:36:09 +0000
commitf0cc83154b7e0d26af4a0c44c0fe78a9589d3f93 (patch)
tree7f1edb6bfb46972980772e47d3cbaeca04421186 /src/view/com/lists/ProfileLists.tsx
parentf5b277c9f862c7aed900cf18d72280ad13a90338 (diff)
downloadvoidsky-f0cc83154b7e0d26af4a0c44c0fe78a9589d3f93.tar.zst
move indicatorStyle to `List` (#7526)
Diffstat (limited to 'src/view/com/lists/ProfileLists.tsx')
-rw-r--r--src/view/com/lists/ProfileLists.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/view/com/lists/ProfileLists.tsx b/src/view/com/lists/ProfileLists.tsx
index 2f63fd172..d91a4fb66 100644
--- a/src/view/com/lists/ProfileLists.tsx
+++ b/src/view/com/lists/ProfileLists.tsx
@@ -203,9 +203,7 @@ export const ProfileLists = React.forwardRef<SectionRef, ProfileListsProps>(
           contentContainerStyle={
             isMobile && {paddingBottom: headerOffset + 100}
           }
-          indicatorStyle={t.name === 'light' ? 'black' : 'white'}
           removeClippedSubviews={true}
-          // @ts-ignore our .web version only -prf
           desktopFixedHeight
           onEndReached={onEndReached}
         />