@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrongx/games",
3
- "version": "0.4.46",
3
+ "version": "0.4.47",
4
4
  "description": "Game UI components for sports prediction markets",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.ts",
@@ -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-stretch justify-between gap-3">
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 */}