visuddhinanda пре 2 година
родитељ
комит
6b3b1e37f5
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      dashboard/src/components/template/ParaShell.tsx

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

@@ -46,7 +46,7 @@ const ParaShellCtl = ({
       style={{
         border: isFocus
           ? "2px solid #e35f00bd "
-          : "2px solid rgba(0, 107, 255, 0.2)",
+          : "2px solid rgba(128, 128, 128, 0.3)",
         borderRadius: 6,
         marginTop: 20,
         marginBottom: 28,
@@ -60,7 +60,7 @@ const ParaShellCtl = ({
           marginLeft: -6,
           border: isFocus
             ? "2px solid #e35f00bd "
-            : "2px solid rgba(0, 107, 255, 0.2)",
+            : "2px solid rgba(128, 128, 128, 0.3)",
           borderRadius: "6px",
         }}
       >