fix: icon style

This commit is contained in:
GyDi
2022-08-06 01:44:33 +08:00
parent 588e8e019c
commit c699bae99c
4 changed files with 12 additions and 3 deletions

View File

@@ -68,7 +68,11 @@ const ConfigViewer = () => {
</DialogActions>
</Dialog>
<InfoRounded fontSize="small" onClick={() => setOpen(true)} />
<InfoRounded
fontSize="small"
style={{ cursor: "pointer", opacity: 0.75 }}
onClick={() => setOpen(true)}
/>
</>
);
};