fix: style

This commit is contained in:
GyDi 2022-09-11 18:38:51 +08:00
parent 6bed7f0e66
commit 02fdb8778b
No known key found for this signature in database
GPG Key ID: 1C95E0D3467B3084
2 changed files with 2 additions and 0 deletions

View File

@ -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={
<> <>

View File

@ -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 />