fix: style
This commit is contained in:
parent
6bed7f0e66
commit
02fdb8778b
@ -38,6 +38,7 @@ const ConnectionItem = (props: Props) => {
|
||||
}
|
||||
>
|
||||
<ListItemText
|
||||
sx={{ userSelect: "text" }}
|
||||
primary={metadata.host || metadata.destinationIP}
|
||||
secondary={
|
||||
<>
|
||||
|
@ -97,6 +97,7 @@ const SettingSystem = ({ onError }: Props) => {
|
||||
<IconButton
|
||||
color="inherit"
|
||||
size="small"
|
||||
sx={{ my: "2px" }}
|
||||
onClick={() => setServiceOpen(true)}
|
||||
>
|
||||
<ArrowForward />
|
||||
|
Loading…
x
Reference in New Issue
Block a user