@everymatrix/casino-game-page 0.0.365 → 0.0.368

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": "@everymatrix/casino-game-page",
3
- "version": "0.0.365",
3
+ "version": "0.0.368",
4
4
  "main": "dist/casino-game-page.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "f4dabfce4df55a591981f327a670cc250a2ed257"
39
+ "gitHead": "8de3cc787cc97aec99916dfedb01ec69ac55ba98"
40
40
  }
@@ -795,6 +795,10 @@
795
795
  justify-self: start;
796
796
  flex-direction: row;
797
797
  justify-content: space-between;
798
+
799
+ button {
800
+ cursor: pointer;
801
+ }
798
802
  }
799
803
 
800
804
  .RegisterButton {