minor styling fix

This commit is contained in:
Shams mosowi
2021-06-23 13:58:33 +10:00
parent b9725a559f
commit 20a2cdf4bc

View File

@@ -330,7 +330,9 @@ function SnackLog({ log, onClose, onOpenPanel }) {
Build Failed
</span>
)}
{log?.status === "BUILDING" && <span>Building...</span>}
{log?.status === "BUILDING" && (
<span className={classes.whiteText}>Building...</span>
)}
</Typography>
<Box>
<IconButton