mirror of
https://github.com/clash-verge-rev/clash-verge-rev
synced 2025-05-05 09:03:43 +08:00
fix: style
This commit is contained in:
parent
0593007fd0
commit
04f4934adb
@ -38,6 +38,7 @@ const ConnectionItem = (props: Props) => {
|
|||||||
}
|
}
|
||||||
>
|
>
|
||||||
<ListItemText
|
<ListItemText
|
||||||
|
sx={{ userSelect: "text" }}
|
||||||
primary={metadata.host || metadata.destinationIP}
|
primary={metadata.host || metadata.destinationIP}
|
||||||
secondary={
|
secondary={
|
||||||
<>
|
<>
|
||||||
|
@ -97,6 +97,7 @@ const SettingSystem = ({ onError }: Props) => {
|
|||||||
<IconButton
|
<IconButton
|
||||||
color="inherit"
|
color="inherit"
|
||||||
size="small"
|
size="small"
|
||||||
|
sx={{ my: "2px" }}
|
||||||
onClick={() => setServiceOpen(true)}
|
onClick={() => setServiceOpen(true)}
|
||||||
>
|
>
|
||||||
<ArrowForward />
|
<ArrowForward />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user