|
|
@@ -131,8 +131,8 @@ export class PencilShape extends TLDrawShape<PencilShapeProps> {
|
|
|
strokeWidth={strokeWidth / 2}
|
|
|
strokeLinejoin="round"
|
|
|
strokeLinecap="round"
|
|
|
- stroke={getComputedColor(stroke, 'stroke')}
|
|
|
- fill={getComputedColor(stroke, 'stroke')}
|
|
|
+ stroke={getComputedColor(stroke, 'text')}
|
|
|
+ fill={getComputedColor(stroke, 'text')}
|
|
|
strokeDasharray={strokeType === 'dashed' ? '12 4' : undefined}
|
|
|
/>
|
|
|
)
|