Fixed loader for LinearGraphWidget (#1778)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-03-30 09:14:21 -07:00
committed by GitHub
parent baef7b5ec0
commit 7ad2df3e7f

View File

@@ -92,7 +92,10 @@ const styles = (theme: Theme) =>
fontSize: 12,
},
loadingAlign: {
margin: "auto",
width: 40,
height: 40,
textAlign: "center",
margin: "15px auto",
},
});