visuddhinanda 2 лет назад
Родитель
Сommit
69707b8bdb
1 измененных файлов с 1 добавлено и 1 удалено
  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");
     }