From b5f5ae2483dcb081745e87b8189ef3801d904cbd Mon Sep 17 00:00:00 2001 From: Steven Date: Wed, 7 Feb 2024 21:11:02 +0800 Subject: [PATCH] chore: update title dark mode style --- frontend/web/src/pages/ShortcutDetail.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/src/pages/ShortcutDetail.tsx b/frontend/web/src/pages/ShortcutDetail.tsx index 62a367d4..e0cf9ea7 100644 --- a/frontend/web/src/pages/ShortcutDetail.tsx +++ b/frontend/web/src/pages/ShortcutDetail.tsx @@ -95,8 +95,8 @@ const ShortcutDetail = () => {
{shortcut.title ? ( <> - {shortcut.title} - (s/{shortcut.name}) + {shortcut.title} + (s/{shortcut.name}) ) : ( <>