@@ -43,7 +43,7 @@ export function ConfigurationUi(props: ConfigurationUiProps) {
43
43
return (
44
44
< Box paddingTop = { 1 } >
45
45
< Typography variant = { "h5" } paddingBottom = { 1 } > Mounted Volumes</ Typography >
46
- < TableContainer component = { Paper } >
46
+ < TableContainer >
47
47
< Table sx = { { minWidth : 650 } } aria-label = "simple table" >
48
48
< TableHead >
49
49
< TableRow >
@@ -103,7 +103,7 @@ export function ConfigurationUi(props: ConfigurationUiProps) {
103
103
borderLeft : "1px solid eee" ,
104
104
boxShadow : "-3px 0px 5px rgb(0 0 0 / 20%)" ,
105
105
flexDirection : "column" ,
106
- backgroundColor : "rgba(255,255,255,1) " ,
106
+ backgroundColor : "primary.light " ,
107
107
alignItems : "flex-start"
108
108
} }
109
109
>
@@ -138,7 +138,7 @@ export function ConfigurationUi(props: ConfigurationUiProps) {
138
138
height : "100vh" ,
139
139
borderLeft : "2px solid blue" ,
140
140
flexDirection : "column" ,
141
- backgroundColor : "rgba(255,255,255,1) " ,
141
+ backgroundColor : "primary.light " ,
142
142
alignItems : "flex-start"
143
143
} }
144
144
>
@@ -156,11 +156,11 @@ export function ConfigurationUi(props: ConfigurationUiProps) {
156
156
< Slide direction = "left" in = { locationSlide } mountOnEnter unmountOnExit >
157
157
{ contentLocation }
158
158
</ Slide >
159
- < TableContainer component = { Paper } >
160
- < Table sx = { { minWidth : 650 } } aria-label = "simple table" >
159
+ < TableContainer >
160
+ < Table >
161
161
< TableHead >
162
162
< TableRow >
163
- < TableCell > Server
163
+ < TableCell color = "text.secondary" > Server
164
164
{ /*<Tooltip title="New Virtual Server">*/ }
165
165
{ /* <IconButton onClick={handleChangeServer} sx={{fontSize:"0.9rem"}}>*/ }
166
166
{ /* <Add/>*/ }
0 commit comments