UI changes (#9823)

* fix button within button

* add subtle overlay gradient

* try disconnecting to improve memory usage

* rounded corners on gradients
This commit is contained in:
Josh Hawkins
2024-02-12 17:34:45 -06:00
committed by GitHub
parent 09153a154a
commit f54cb21bd0
4 changed files with 31 additions and 22 deletions

View File

@@ -243,6 +243,10 @@ function MSEPlayer({ camera, className, onPlaying }: MSEPlayerProps) {
useEffect(() => {
onConnect();
return () => {
onDisconnect();
};
}, [wsURL]);
return (