mirror of
https://github.com/rowyio/rowy.git
synced 2026-02-24 12:10:18 +01:00
minor styling fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user