pl-fe: important hotfix

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-31 20:53:34 +01:00
parent 2a709fbc2d
commit 1b0e4a77e0
2 changed files with 6 additions and 6 deletions

View File

@ -200,12 +200,7 @@ const ComposeEditor = React.forwardRef<LexicalEditor, IComposeEditor>(({
</div>
}
placeholder={(
<div
className={clsx(
'pointer-events-none absolute top-0 select-none text-[1rem] text-gray-600 dark:placeholder:text-gray-600',
placeholderClassName,
)}
>
<div className={placeholderClassName}>
{textareaPlaceholder}
</div>
)}

View File

@ -30,6 +30,11 @@
background-color: transparent !important;
}
&__editor__placeholder {
@apply pointer-events-none absolute top-0 select-none text-[1rem] text-gray-600 dark:placeholder:text-gray-600;
visibility: visible !important;
}
&:not(&--transparent) &__editor {
@apply rounded-md border-gray-400 px-3 py-2 ring-2 focus-within:border-primary-500 focus-within:ring-primary-500 dark:border-gray-800 dark:ring-gray-800 dark:focus-within:border-primary-500 dark:focus-within:ring-primary-500;