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) => {
}
>
<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 />
......
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