mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Fix toolbar color
This commit is contained in:
parent
c8ac2de44d
commit
27242cdadf
@ -27,7 +27,7 @@
|
|||||||
@include S(border-radius, $globalBorderRadius);
|
@include S(border-radius, $globalBorderRadius);
|
||||||
|
|
||||||
@include DarkThemeOverride {
|
@include DarkThemeOverride {
|
||||||
background-color: rgba(darken($darkModeGameBackground, 15), 0.4);
|
background-color: rgba(darken($darkModeGameBackground, 15), 0.95);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.secondary {
|
&.secondary {
|
||||||
|
@ -248,7 +248,7 @@ export class SavegameInterface_V1006 extends SavegameInterface_V1005 {
|
|||||||
if (components.Storage) {
|
if (components.Storage) {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
components.Storage = {
|
components.Storage = {
|
||||||
storedCount: 0,
|
storedCount: rebalance(components.Storage.storedCount),
|
||||||
storedItem: null,
|
storedItem: null,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user