diff --git a/src/css/ingame_hud/buildings_toolbar.scss b/src/css/ingame_hud/buildings_toolbar.scss index a20626af..54205d64 100644 --- a/src/css/ingame_hud/buildings_toolbar.scss +++ b/src/css/ingame_hud/buildings_toolbar.scss @@ -27,7 +27,7 @@ @include S(border-radius, $globalBorderRadius); @include DarkThemeOverride { - background-color: rgba(darken($darkModeGameBackground, 15), 0.4); + background-color: rgba(darken($darkModeGameBackground, 15), 0.95); } &.secondary { diff --git a/src/js/savegame/schemas/1006.js b/src/js/savegame/schemas/1006.js index d1c0b48f..79226772 100644 --- a/src/js/savegame/schemas/1006.js +++ b/src/js/savegame/schemas/1006.js @@ -248,7 +248,7 @@ export class SavegameInterface_V1006 extends SavegameInterface_V1005 { if (components.Storage) { // @ts-ignore components.Storage = { - storedCount: 0, + storedCount: rebalance(components.Storage.storedCount), storedItem: null, }; }