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 +