From 23c9c189521e075737f82fc2ff81e8b694c1d916 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Tue, 29 Oct 2024 05:00:02 +0530 Subject: [PATCH] feat: align button and text field --- src/components/molecules/SaveRecording.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/molecules/SaveRecording.tsx b/src/components/molecules/SaveRecording.tsx index 2f2c36a6..60ef3fa6 100644 --- a/src/components/molecules/SaveRecording.tsx +++ b/src/components/molecules/SaveRecording.tsx @@ -81,11 +81,11 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => { setOpenModal(false)} modalStyle={modalStyle}> -
+ Save Robot { {needConfirm ? ( - + Robot with this name already exists, please confirm the Robot's overwrite. ) - : + : } {waitingForSave && - +