From dad2fd0442af7225abebe4b62670ce60604028ad Mon Sep 17 00:00:00 2001 From: Karishma Shukla Date: Sat, 13 Sep 2025 18:35:47 +0530 Subject: [PATCH] fix: limit instruction highlighting --- src/components/recorder/RightSidePanel.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/src/components/recorder/RightSidePanel.tsx b/src/components/recorder/RightSidePanel.tsx index d4ffbb70..d504c537 100644 --- a/src/components/recorder/RightSidePanel.tsx +++ b/src/components/recorder/RightSidePanel.tsx @@ -940,17 +940,15 @@ export const RightSidePanel: React.FC = ({ onFinishCapture {showLimitOptions && ( - - - {t('right_panel.limit.title')} - - + + {t('right_panel.limit.title')} + updateLimitType(e.target.value as LimitType)} @@ -1191,4 +1189,4 @@ export const RightSidePanel: React.FC = ({ onFinishCapture ); -}; \ No newline at end of file +};