Skip to content
Snippets Groups Projects
Unverified Commit 9e56b9fb authored by GyDi's avatar GyDi
Browse files

fix: icon button color

parent 5504994c
No related branches found
No related tags found
No related merge requests found
......@@ -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)}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment