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

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

@@ -44,9 +44,8 @@ const ParaShellCtl = ({
   return (
     <div
       style={{
-        borderTop: isFocus ? undefined : "1px solid #80808080",
-        border: isFocus ? "1px solid #006bff" : undefined,
-        borderRadius: isFocus ? 6 : undefined,
+        border: isFocus ? "2px solid #e35f00bd " : "1px solid #006bffc7",
+        borderRadius: 6,
         marginTop: 20,
         paddingTop: 16,
       }}