From 21c01fed39e125d85eb4e88f149d59c32b0f3a68 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Fri, 8 Mar 2024 14:32:48 -0500 Subject: [PATCH] feat: show action buttons only on hover --- src/components/NotificationRow.tsx | 4 ++-- src/components/Repository.tsx | 4 ++-- src/components/__snapshots__/NotificationRow.test.tsx.snap | 4 ++-- src/components/__snapshots__/Repository.test.tsx.snap | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/NotificationRow.tsx b/src/components/NotificationRow.tsx index 44c049c0a..dc50868b0 100644 --- a/src/components/NotificationRow.tsx +++ b/src/components/NotificationRow.tsx @@ -63,7 +63,7 @@ export const NotificationRow: React.FC = ({ }); return ( -
+
@@ -83,7 +83,7 @@ export const NotificationRow: React.FC = ({
-
+