visuddhinanda 2 лет назад
Родитель
Сommit
68a7232d4f
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      dashboard/src/components/template/ParaShell.tsx

+ 3 - 1
dashboard/src/components/template/ParaShell.tsx

@@ -59,7 +59,9 @@ const ParaShellCtl = ({
           position: "absolute",
           marginTop: "-2em",
           marginLeft: "1em",
-          backgroundColor: "#d9e9ff",
+          border: isFocus
+            ? "2px solid #e35f00bd "
+            : "2px solid rgba(0, 107, 255, 0.3)",
           borderRadius: "4px",
         }}
       >