text opacity
This commit is contained in:
@@ -655,7 +655,7 @@ function SubRulesItem({
|
|||||||
<FormControlLabel value={url} control={<Radio />} label={url} />
|
<FormControlLabel value={url} control={<Radio />} label={url} />
|
||||||
|
|
||||||
{syncAt && (
|
{syncAt && (
|
||||||
<span style={{ marginLeft: "0.5em", opacity: 0.6 }}>
|
<span style={{ marginLeft: "0.5em", opacity: 0.5 }}>
|
||||||
[{new Date(syncAt).toLocaleString()}]
|
[{new Date(syncAt).toLocaleString()}]
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user