Fix toolbar color

This commit is contained in:
tobspr 2020-10-08 17:23:07 +02:00
parent c8ac2de44d
commit 27242cdadf
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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,
};
}