GyDi před 2 roky
rodič
revize
02fdb8778b

+ 1 - 0
src/components/connection/connection-item.tsx

@@ -38,6 +38,7 @@ const ConnectionItem = (props: Props) => {
       }
     >
       <ListItemText
+        sx={{ userSelect: "text" }}
         primary={metadata.host || metadata.destinationIP}
         secondary={
           <>

+ 1 - 0
src/components/setting/setting-system.tsx

@@ -97,6 +97,7 @@ const SettingSystem = ({ onError }: Props) => {
             <IconButton
               color="inherit"
               size="small"
+              sx={{ my: "2px" }}
               onClick={() => setServiceOpen(true)}
             >
               <ArrowForward />