@devrongx/games 0.4.46 → 0.4.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -583,7 +583,7 @@ export const PreMatchGame = ({
|
|
|
583
583
|
<div className="sticky bottom-0 z-10 -mx-4 px-4 pt-3 pb-5"
|
|
584
584
|
style={{ background: "linear-gradient(180deg, transparent 0%, #0a0a12 12%, #0a0a12 100%)" }}>
|
|
585
585
|
|
|
586
|
-
<div className="flex items-
|
|
586
|
+
<div className="flex items-start justify-between gap-3">
|
|
587
587
|
{/* Left — text area */}
|
|
588
588
|
<div className="flex flex-col gap-2 flex-1 min-w-0 overflow-hidden">
|
|
589
589
|
{/* Remaining balance */}
|