File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ function Canvas(props: {}): JSX.Element {
123
123
124
124
console . log ( 'Toggle Switch:' , toggleSwitch ) ;
125
125
126
- //Function to handle the click events
126
+ //Function to handle the click events.
127
127
const multipleClicks = ( ) => {
128
128
handleToggleSwitch ( ) ;
129
129
toggleButton ( ) ;
@@ -360,10 +360,13 @@ function Canvas(props: {}): JSX.Element {
360
360
textAlign : 'center' ,
361
361
color : '#ffffff' ,
362
362
backgroundColor : '#151515' ,
363
- zIndex : 0
363
+ zIndex : 0 ,
364
+ padding : '5px' ,
365
+ borderColor : '#46C0A5' ,
366
+ borderRadius : '5px'
364
367
} }
365
368
>
366
- { toggleText === 'on' ? 'Turn On ' : 'Turn Off ' }
369
+ { toggleText === 'on' ? 'View Cursors ' : 'Hide Cursors ' }
367
370
</ button >
368
371
) }
369
372
</ label >
You can’t perform that action at this time.
0 commit comments