Skip to content

Commit 7aa2062

Browse files
committed
Use thicker stroke for reference frame
1 parent bb14da6 commit 7aa2062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/preview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const Preview: React.FC<{ state: State }> = ({ state }) => {
3434
className='stroke-amber-100'
3535
vectorEffect='non-scaling-stroke'
3636
fill='none'
37-
strokeWidth='1px'
37+
strokeWidth='2px'
3838
x={0}
3939
y={0}
4040
width={1}

0 commit comments

Comments
 (0)