소스 검색

fix: style

GyDi 2 년 전
부모
커밋
02fdb8778b
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/connection/connection-item.tsx
  2. 1 0
      src/components/setting/setting-system.tsx

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