Explorar o código

setBgColor 蓝色

visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
69707b8bdb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      dashboard/src/components/template/SentEdit/SentCell.tsx

+ 1 - 1
dashboard/src/components/template/SentEdit/SentCell.tsx

@@ -51,7 +51,7 @@ const SentCellWidget = ({
       discussionMessage.resId &&
       discussionMessage.resId === initValue?.id
     ) {
-      setBgColor("wheat");
+      setBgColor("#1890ff33");
     } else {
       setBgColor("unset");
     }