mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
set disabled color
This commit is contained in:
@@ -33,6 +33,7 @@ declare module "@mui/material/styles" {
|
||||
let theme: Theme;
|
||||
|
||||
export function refreshTheme(): void {
|
||||
console.log(Settings.theme.disabled);
|
||||
theme = createTheme({
|
||||
colors: {
|
||||
hp: Settings.theme.hp,
|
||||
@@ -73,6 +74,10 @@ export function refreshTheme(): void {
|
||||
default: Settings.theme.black,
|
||||
paper: Settings.theme.well,
|
||||
},
|
||||
action: {
|
||||
disabledBackground: Settings.theme.disabled,
|
||||
disabled: Settings.theme.disabled,
|
||||
},
|
||||
},
|
||||
typography: {
|
||||
fontFamily: "monospace",
|
||||
|
||||
Reference in New Issue
Block a user