@dcrackel/hematournamentui 1.0.648 → 1.0.649
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.
|
@@ -12022,7 +12022,7 @@ const Cj = /* @__PURE__ */ oe(Sw, [["render", Fw]]), Lw = {
|
|
|
12022
12022
|
return this.nightMode ? "bg-black" : "bg-eventBoxBlue";
|
|
12023
12023
|
},
|
|
12024
12024
|
nameAndStatsBoxBGColor() {
|
|
12025
|
-
return this.nightMode ? "border border-black" : "bg-eventBoxBlue";
|
|
12025
|
+
return this.nightMode ? "border border-black bg-white" : "bg-eventBoxBlue";
|
|
12026
12026
|
},
|
|
12027
12027
|
gridBoxColor() {
|
|
12028
12028
|
return this.nightMode ? "bg-lightgray" : "bg-eventBoxBlue";
|