feat: change finish button border color
This commit is contained in:
@@ -87,6 +87,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
|
|||||||
sx={{
|
sx={{
|
||||||
marginRight: '20px',
|
marginRight: '20px',
|
||||||
color: '#00c853 !important',
|
color: '#00c853 !important',
|
||||||
|
borderColor: '#00c853 !important',
|
||||||
'&:hover': {
|
'&:hover': {
|
||||||
borderColor: '#00c853 !important',
|
borderColor: '#00c853 !important',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user