Browse Source

fix: text mask opacity

Peng Xiao 3 years ago
parent
commit
7878f29ed7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tldraw/apps/tldraw-logseq/src/lib/shapes/text/LabelMask.tsx

+ 0 - 1
tldraw/apps/tldraw-logseq/src/lib/shapes/text/LabelMask.tsx

@@ -28,7 +28,6 @@ export function LabelMask({ id, bounds, labelSize, offset, scale = 1 }: WithLabe
           rx={4 * scale}
           ry={4 * scale}
           fill="black"
-          opacity={Math.max(scale, 0.8)}
         />
       </mask>
     </defs>