chatgpt codex: told to spice up ui
This commit is contained in:
@@ -65,7 +65,7 @@ export function GameLaunchDialog() {
|
||||
|
||||
return (
|
||||
<div
|
||||
className="fixed inset-0 z-[70] flex items-center justify-center bg-mantle/70 backdrop-blur-sm"
|
||||
className="fixed inset-0 z-200 flex items-center justify-center bg-mantle/70 backdrop-blur-sm"
|
||||
onClick={closeGameLaunch}
|
||||
>
|
||||
<div
|
||||
@@ -104,7 +104,7 @@ export function GameLaunchDialog() {
|
||||
{launchTimeouted ? (
|
||||
<Button
|
||||
onClick={handleDownloadClick}
|
||||
className="w-full rounded-full"
|
||||
className="w-full rounded-full z-50 pointer-events-auto"
|
||||
>
|
||||
Download Roblox
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user