a tool for shared writing and social publishing
0
fork

Configure Feed

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

rm the border color around image block

celine ad1c6499 6c427906

+5 -1
+5 -1
components/Blocks/ImageBlock.tsx
··· 102 102 } 103 103 height={image?.data.height} 104 104 width={image?.data.width} 105 - className={isSelected ? "block-border-selected " : "block-border"} 105 + className={ 106 + isSelected 107 + ? "block-border-selected !border-transparent " 108 + : "block-border !border-transparent" 109 + } 106 110 /> 107 111 </div> 108 112 );