atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove editor shadows

Juliet 5861225d 9cdb81e1

+1 -1
+1 -1
src/components/editor.tsx
··· 60 60 <div 61 61 ref={editorDiv} 62 62 id="editor" 63 - class="dark:shadow-dark-700 h-full cursor-auto border-[0.5px] border-neutral-300 shadow-xs dark:border-neutral-700" 63 + class="h-full cursor-auto border-[0.5px] border-neutral-300 dark:border-neutral-700" 64 64 ></div> 65 65 ); 66 66 };