fix: icon style

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

View File

@@ -90,6 +90,7 @@ const SettingSystem = ({ onError }: Props) => {
serviceStatus === "installed") && (
<PrivacyTipRounded
fontSize="small"
style={{ cursor: "pointer", opacity: 0.75 }}
onClick={() => setServiceOpen(true)}
/>
)}