Selaa lähdekoodia

setBgColor 蓝色

visuddhinanda 2 vuotta sitten
vanhempi
sitoutus
69707b8bdb
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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");
     }