Skip to content

Commit 27242cd

Browse files
committed
Fix toolbar color
1 parent c8ac2de commit 27242cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/ingame_hud/buildings_toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
@include S(border-radius, $globalBorderRadius);
2828

2929
@include DarkThemeOverride {
30-
background-color: rgba(darken($darkModeGameBackground, 15), 0.4);
30+
background-color: rgba(darken($darkModeGameBackground, 15), 0.95);
3131
}
3232

3333
&.secondary {

src/js/savegame/schemas/1006.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export class SavegameInterface_V1006 extends SavegameInterface_V1005 {
248248
if (components.Storage) {
249249
// @ts-ignore
250250
components.Storage = {
251-
storedCount: 0,
251+
storedCount: rebalance(components.Storage.storedCount),
252252
storedItem: null,
253253
};
254254
}

0 commit comments

Comments
 (0)