From 351ebafe5445d9a0e888ad4d701ecef2b840d75c Mon Sep 17 00:00:00 2001 From: Ananovo Date: Sun, 26 Jul 2026 15:07:52 +0800 Subject: [PATCH] fix(web): connect circular action icon arrowheads (#1154) --- web/src/components/SessionActionMenu.tsx | 12 ++++++------ web/src/router.tsx | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/src/components/SessionActionMenu.tsx b/web/src/components/SessionActionMenu.tsx index daf43b3e..8e438c70 100644 --- a/web/src/components/SessionActionMenu.tsx +++ b/web/src/components/SessionActionMenu.tsx @@ -107,8 +107,8 @@ function ReopenIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - + + ) } @@ -127,10 +127,10 @@ function SyncIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - - - + + + + ) } diff --git a/web/src/router.tsx b/web/src/router.tsx index 9c1a0156..5c09f6d4 100644 --- a/web/src/router.tsx +++ b/web/src/router.tsx @@ -137,8 +137,8 @@ function RefreshIcon(props: { className?: string }) { strokeLinejoin="round" className={props.className} > - - + + ) }