From 48326a38ade9eb98c0ca88c80ccd7f93750ddcbd Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Thu, 6 Feb 2025 08:10:03 -0500 Subject: [PATCH] refactor: use primer components for notification metric tooltip Signed-off-by: Adam Setch --- .../settings/NotificationSettings.tsx | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/renderer/components/settings/NotificationSettings.tsx b/src/renderer/components/settings/NotificationSettings.tsx index d7c5f26c4..78aaae595 100644 --- a/src/renderer/components/settings/NotificationSettings.tsx +++ b/src/renderer/components/settings/NotificationSettings.tsx @@ -102,28 +102,28 @@ export const NotificationSettings: FC = () => { Show notification metric pills for: -
    -
  • + + linked issues -
  • -
  • + + pr reviews -
  • -
  • + + comments -
  • -
  • + + labels -
  • -
  • + + milestones -
  • -
+
+ }