Updated chip color
This commit is contained in:
parent
c80591fec3
commit
64f4ca0dff
|
@ -389,12 +389,13 @@ const CodeRunner = (props) => {
|
||||||
<Chip
|
<Chip
|
||||||
size="small"
|
size="small"
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
|
color="info"
|
||||||
sx={{
|
sx={{
|
||||||
fontSize: "0.7rem",
|
fontSize: "0.7rem",
|
||||||
alignSelf: "center",
|
alignSelf: "center",
|
||||||
height: "16px",
|
height: "16px",
|
||||||
}}
|
}}
|
||||||
label={connectionStatus}
|
label={status}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
<LoadingButton
|
<LoadingButton
|
||||||
|
|
Loading…
Reference in New Issue