From 8bfd60efa163c61199252b7b310003e4b4e86c4b Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Sun, 8 Mar 2026 00:55:04 +0530 Subject: [PATCH] refactor: update notification frequency selection button styling and layout in settings. --- src/components/settings/NotificationsForm.tsx | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/components/settings/NotificationsForm.tsx b/src/components/settings/NotificationsForm.tsx index 9ab1794..5a91b44 100644 --- a/src/components/settings/NotificationsForm.tsx +++ b/src/components/settings/NotificationsForm.tsx @@ -270,24 +270,24 @@ export function NotificationsForm({ onSave }: NotificationsFormProps) {

{/* Frequency Tabs */} -
+
{frequencyOptions.map((option, index) => ( - +
+ + {index < frequencyOptions.length - 1 && ( +
+ )} +
))}