fix: icon button color

This commit is contained in:
GyDi
2022-10-29 19:22:15 +08:00
Unverified
parent 5504994cb9
commit 9e56b9fbb5

View File

@@ -45,6 +45,7 @@ const LogPage = () => {
<Box sx={{ mt: 1, display: "flex", alignItems: "center" }}>
<IconButton
size="small"
color="inherit"
sx={{ mr: 2 }}
onClick={() => setEnableLog((e) => !e)}
>