diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-21 21:36:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-21 21:36:09 +0000 |
commit | f0cc83154b7e0d26af4a0c44c0fe78a9589d3f93 (patch) | |
tree | 7f1edb6bfb46972980772e47d3cbaeca04421186 /src/view/com/util/List.tsx | |
parent | f5b277c9f862c7aed900cf18d72280ad13a90338 (diff) | |
download | voidsky-f0cc83154b7e0d26af4a0c44c0fe78a9589d3f93.tar.zst |
move indicatorStyle to `List` (#7526)
Diffstat (limited to 'src/view/com/util/List.tsx')
-rw-r--r-- | src/view/com/util/List.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/util/List.tsx b/src/view/com/util/List.tsx index 41ca5b572..28f21d039 100644 --- a/src/view/com/util/List.tsx +++ b/src/view/com/util/List.tsx @@ -164,6 +164,7 @@ let List = React.forwardRef<ListMethods, ListProps>( right: 1, ...props.scrollIndicatorInsets, }} + indicatorStyle={t.scheme === 'dark' ? 'white' : 'black'} contentOffset={contentOffset} refreshControl={refreshControl} onScroll={scrollHandler} |