Răsfoiți Sursa

backgroundColor: "white"

visuddhinanda 1 an în urmă
părinte
comite
3270bf92aa
1 a modificat fișierele cu 1 adăugiri și 3 ștergeri
  1. 1 3
      dashboard/src/components/template/SentEdit.tsx

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

@@ -221,9 +221,7 @@ export const SentEditInner = ({
     >
       {affix ? (
         <Affix offsetTop={44}>
-          <div style={{ backgroundColor: affix ? "white" : "unset" }}>
-            {content}
-          </div>
+          <div style={{ backgroundColor: "white" }}>{content}</div>
         </Affix>
       ) : (
         content