Explorar o código

Merge pull request #1771 from visuddhinanda/agile

编辑框改为灰色底色
visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
fb4857b707
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      dashboard/src/components/template/SentEdit.tsx

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

@@ -129,9 +129,10 @@ export const SentEditInner = ({
     <Card
       bodyStyle={{ paddingBottom: 0, paddingLeft: 0, paddingRight: 0 }}
       style={{
-        border: "solid 2px #dfdfdf",
+        border: "2px solid rgb(128 128 128 / 30%)",
         marginTop: 4,
-        borderRadius: 5,
+        borderRadius: 6,
+        backgroundColor: "rgb(245 245 245)",
       }}
       size="small"
     >