feat: change finish button border color

This commit is contained in:
RohitR311
2025-01-08 16:43:19 +05:30
parent f9644d3d63
commit afcd69b617

View File

@@ -87,6 +87,7 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
sx={{
marginRight: '20px',
color: '#00c853 !important',
borderColor: '#00c853 !important',
'&:hover': {
borderColor: '#00c853 !important',
}