Browse Source

backgroundColor: "white"

visuddhinanda 2 years ago
parent
commit
3270bf92aa
1 changed files with 1 additions and 3 deletions
  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