Quellcode durchsuchen

backgroundColor: "white"

visuddhinanda vor 2 Jahren
Ursprung
Commit
3270bf92aa
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  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