fix dark theme dynamic change
This commit is contained in:
parent
002c2c95eb
commit
fa7a605c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ const Onboarding = ({
|
|||
key={`key-${index.toString()}`}
|
||||
/>
|
||||
);
|
||||
}, []);
|
||||
}, [theme]);
|
||||
|
||||
const scrollHandler = useAnimatedScrollHandler({
|
||||
onScroll: (event) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue