From b25a60057ee592cf1024129ef051b60707c677c8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 10 Oct 2024 22:17:56 +0530 Subject: [PATCH] feat: finish button --- src/components/molecules/SaveRecording.tsx | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/components/molecules/SaveRecording.tsx b/src/components/molecules/SaveRecording.tsx index 05ff43af..b6c0d596 100644 --- a/src/components/molecules/SaveRecording.tsx +++ b/src/components/molecules/SaveRecording.tsx @@ -8,6 +8,7 @@ import { TextField, Typography } from "@mui/material"; import { WarningText } from "../atoms/texts"; import NotificationImportantIcon from "@mui/icons-material/NotificationImportant"; import FlagIcon from '@mui/icons-material/Flag'; +import { DoneAll } from '@mui/icons-material' import { useNavigate } from 'react-router-dom'; interface SaveRecordingProps { @@ -68,16 +69,22 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => { return (
- + Finish + setOpenModal(false)} modalStyle={modalStyle}>