feat: change styling for finish button
This commit is contained in:
@@ -87,11 +87,8 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
|
|||||||
sx={{
|
sx={{
|
||||||
marginRight: '20px',
|
marginRight: '20px',
|
||||||
color: '#00c853 !important',
|
color: '#00c853 !important',
|
||||||
borderColor: '#00c853 !important',
|
|
||||||
'&:hover': {
|
|
||||||
borderColor: '#00c853 !important',
|
borderColor: '#00c853 !important',
|
||||||
backgroundColor: 'whitesmoke !important',
|
backgroundColor: 'whitesmoke !important',
|
||||||
}
|
|
||||||
}}
|
}}
|
||||||
size="small"
|
size="small"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user