Skip to content

Commit 45b68a5

Browse files
committed
edited button styling
1 parent d7225f3 commit 45b68a5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/src/components/VideoCall.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ const VideoCall = ({ URL, mediaOptions }: { URL: string, mediaOptions: { control
587587
className='share-btn'
588588
data-testid='share-screen-btn'
589589
onClick={() => shareScreen()}
590-
// style={buttonStyling}
591590
style={{
592591
backgroundColor: '#C2FBD7',
593592
borderRadius: '50px',
@@ -609,18 +608,11 @@ const VideoCall = ({ URL, mediaOptions }: { URL: string, mediaOptions: { control
609608
className='end-btn'
610609
data-testid='end-call-btn'
611610
onClick={() => endCall(false)}
612-
// style={{
613-
// ...buttonStyling,
614-
// backgroundColor:'#ff6961',
615-
// color:'#28282B'
616-
// }}
617611
style={{
618-
// backgroundColor: '#C2FBD7',
619612
backgroundColor:'#ff6961',
620613
borderRadius: '50px',
621614
borderWidth: '0',
622615
boxShadow: 'rgba(0, 0, 0, 0.15) 0px 2px 8px',
623-
// color: '#008000',
624616
color:'#28282B',
625617
cursor: 'pointer',
626618
display: 'inline-block',

0 commit comments

Comments
 (0)