Skip to content

Commit 4b3742e

Browse files
committed
boba cursor
1 parent ffb4fcc commit 4b3742e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/src/components/main/Canvas.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,7 @@ function Canvas(props: {}): JSX.Element {
240240
position: 'absolute',
241241
left: remoteCursor.x + 'px',
242242
top: remoteCursor.y - 68 + 'px',
243-
//style
244-
// width: '15px',
245-
// height: '15px',
246-
// borderRadius: '50%',
247-
// backgroundColor: '#a5ead6',
243+
//cursor style
248244
fontSize: '40px',
249245
color: '#46c0a5'
250246
}}

0 commit comments

Comments
 (0)