Skip to content

Commit

Permalink
Add dark theme bottomBorderColor to TOC in SectionList
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed May 29, 2024
1 parent 45add19 commit 19949fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/static/examples/SectionList.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ const TableOfContentsElement = ({

const tableOfContentsElementTextStyle = useAnimatedStyle(() => ({
color: colorScheme === 'light' ? '#001a72' : '#f8f9ff',
}));

const tableOfContentsElementStyle = useAnimatedStyle(() => ({
borderBottomColor: colorScheme === 'light' ? '#001a72' : '#f8f9ff',
}));

Expand Down

0 comments on commit 19949fe

Please sign in to comment.