From c28b94a3be15be94eb894d6a4459bb63765f8400 Mon Sep 17 00:00:00 2001 From: AAEE86 <33052466+AAEE86@users.noreply.github.com> Date: Thu, 21 Nov 2024 09:48:05 +0800 Subject: [PATCH] Update common.tsx --- src/components/tables/common.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tables/common.tsx b/src/components/tables/common.tsx index f96477cb..267cc792 100644 --- a/src/components/tables/common.tsx +++ b/src/components/tables/common.tsx @@ -694,7 +694,7 @@ export function EditableNameField(props: EditableNameFieldProps) { {props.currentName} } {isHover && !isRenaming && props.onUpdate !== undefined - ? ({ flexShrink: 0, ".selected &": { color: theme.colors.gray[2] },