text opacity

This commit is contained in:
Gabe Yuan
2023-09-09 19:43:12 +08:00
parent 364c829119
commit 74ad812f37

View File

@@ -655,7 +655,7 @@ function SubRulesItem({
<FormControlLabel value={url} control={<Radio />} label={url} />
{syncAt && (
<span style={{ marginLeft: "0.5em", opacity: 0.6 }}>
<span style={{ marginLeft: "0.5em", opacity: 0.5 }}>
[{new Date(syncAt).toLocaleString()}]
</span>
)}