refactor: delete fucking fuchsia test bg
This commit is contained in:
parent
92116ac98e
commit
a7a77c11ed
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ export const SlotGamePage = () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="min-h-[800px] w-full bg-fuchsia-600 flex items-center justify-center">
|
<div className="min-h-[800px] w-full flex items-center justify-center">
|
||||||
<div className="flex flex-row portrait:flex-col justify-center items-center my-auto">
|
<div className="flex flex-row portrait:flex-col justify-center items-center my-auto">
|
||||||
<Reel rng={rng} rngReverse={rngReverse} cellCount={cellCount} isHorizontal={isHorizontal} />
|
<Reel rng={rng} rngReverse={rngReverse} cellCount={cellCount} isHorizontal={isHorizontal} />
|
||||||
<Reel rng={rng} rngReverse={rngReverse} cellCount={cellCount} isHorizontal={isHorizontal} />
|
<Reel rng={rng} rngReverse={rngReverse} cellCount={cellCount} isHorizontal={isHorizontal} />
|
||||||
|
|
Loading…
Reference in a new issue