From 372f64915395bf9410210c05bb8d4b90c94b24f1 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 21 Oct 2024 01:09:46 +0530 Subject: [PATCH] chore: lint --- src/components/molecules/RecordingsTable.tsx | 42 ++++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/src/components/molecules/RecordingsTable.tsx b/src/components/molecules/RecordingsTable.tsx index dab4262e..95ac778b 100644 --- a/src/components/molecules/RecordingsTable.tsx +++ b/src/components/molecules/RecordingsTable.tsx @@ -158,27 +158,27 @@ export const RecordingsTable = ({ handleEditRecording, handleRunRecording, handl My Robots - Create Robot - + aria-label="new" + size={"small"} + onClick={handleNewRecording} + sx={{ + width: '140px', + borderRadius: '5px', + padding: '8px', + background: '#ff00c3', + color: 'white', + marginRight: '10px', + fontFamily: '"Roboto","Helvetica","Arial",sans-serif', + fontWeight: '500', + fontSize: '0.875rem', + lineHeight: '1.75', + letterSpacing: '0.02857em', + '&:hover': { color: 'white', backgroundColor: '#ff00c3' } + } + } + > + Create Robot +