We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a1408d + 944fdaf commit 1337e9cCopy full SHA for 1337e9c
src/components/editor2/action/ActionItem.tsx
@@ -107,7 +107,7 @@ export const ActionItem: FC<ActionItemProps> = memo(
107
typeInfo.accentText,
108
)}
109
>
110
- <div className="flex flex-wrap items-center">
+ <div className="flex flex-wrap items-center !text-inherit">
111
<h4
112
className={clsx(
113
'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