visuddhinanda 2 سال پیش
والد
کامیت
cbdf57db3c
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      dashboard/src/components/template/SentEdit/SentTab.tsx

+ 6 - 2
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -99,9 +99,13 @@ const SentTabWidget = ({
               marginTop: -32,
               width: "100%",
               marginRight: 10,
-              backgroundColor: hover || currKey !== "close" ? "white" : "unset",
+              backgroundColor:
+                hover || currKey !== "close" ? "#80808030" : "unset",
+            }
+          : {
+              padding: "0 8px",
+              backgroundColor: "#80808030",
             }
-          : undefined
       }
       tabBarStyle={{ marginBottom: 0 }}
       size="small"