Skip to content

Commit 944fdaf

Browse files
committed
fix: operator direction arrow not active in dark mode
1 parent 3e161b3 commit 944fdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/editor2/action/ActionItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const ActionItem: FC<ActionItemProps> = memo(
107107
typeInfo.accentText,
108108
)}
109109
>
110-
<div className="flex flex-wrap items-center">
110+
<div className="flex flex-wrap items-center !text-inherit">
111111
<h4
112112
className={clsx(
113113
'relative shrink-0 self-stretch w-[5em] text-2xl font-serif bg-gray-100 dark:bg-gray-700 cursor-move select-none touch-manipulation',

0 commit comments

Comments
 (0)