@devrongx/games 0.4.18 → 0.4.19

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.18",
3
+ "version": "0.4.19",
4
4
  "description": "Game UI components for sports prediction markets",
5
5
  "license": "MIT",
6
6
  "main": "./src/index.ts",
@@ -153,7 +153,7 @@ export const PreMatchGame = ({ config, bets, onBetsChange, onOptionClick, onAmou
153
153
  }, [config.markets]);
154
154
 
155
155
  return (
156
- <div className={`w-full flex flex-col gap-3 px-4${marketsOnly ? "" : " relative"}`}>
156
+ <div className={`w-full flex flex-col gap-3 px-4 pb-28${marketsOnly ? "" : " relative"}`}>
157
157
  {!marketsOnly && (
158
158
  <>
159
159
  {/* Match header — edge-to-edge, black bg */}