chore: prevent changing themes on changing dims

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
This commit is contained in:
Ameya Shenoy 2025-06-24 01:35:40 +05:30
parent 967b005cb2
commit 9daf23b484

View file

@ -254,7 +254,7 @@ export function World() {
pillText.remove();
});
};
}, [resolvedTheme, dimensions]);
}, [resolvedTheme]);
return (
// TODO: ask Shubh why does my name spawn at the top and then shift down