mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
add companyName to getPlayer
This commit is contained in:
+10
-2
@@ -4,9 +4,10 @@ import { createMuiTheme } from "@material-ui/core/styles";
|
||||
import { ThemeProvider } from "@material-ui/core/styles";
|
||||
|
||||
export const colors = {
|
||||
primary: "#0f0",
|
||||
primarylight: "#0f0",
|
||||
primary: "#0c0",
|
||||
primarydark: "#090",
|
||||
primarydarker: "#030",
|
||||
well: "#222",
|
||||
};
|
||||
|
||||
export const theme = createMuiTheme({
|
||||
@@ -21,6 +22,13 @@ export const theme = createMuiTheme({
|
||||
textTransform: "none",
|
||||
},
|
||||
},
|
||||
overrides: {
|
||||
MuiInputBase: {
|
||||
root: {
|
||||
backgroundColor: colors.well,
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
interface IProps {
|
||||
|
||||
Reference in New Issue
Block a user