Parcourir la source

Merge pull request #1771 from visuddhinanda/agile

编辑框改为灰色底色
visuddhinanda il y a 2 ans
Parent
commit
fb4857b707
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  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"
     >