fix: icon button color
This commit is contained in:
parent
5504994cb9
commit
9e56b9fbb5
@ -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)}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user