Skip to content
Snippets Groups Projects
Unverified Commit 02fdb877 authored by GyDi's avatar GyDi
Browse files

fix: style

parent 6bed7f0e
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ const ConnectionItem = (props: Props) => { ...@@ -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) => { ...@@ -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 />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment