Updated chip color

This commit is contained in:
inaseem 2021-10-02 20:26:39 +05:30
parent c80591fec3
commit 64f4ca0dff
1 changed files with 2 additions and 1 deletions

View File

@ -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