Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes of dark-theme and values in docs #6058

Merged
merged 10 commits into from
Jun 11, 2024
Prev Previous commit
Next Next commit
Add dark theme bottomBorderColor to TOC in SectionList
  • Loading branch information
patrycjakalinska committed Jun 11, 2024
commit 240a31519408d603a8bd2c96f25042b0b863e34b
3 changes: 0 additions & 3 deletions packages/docs-reanimated/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