Resolving Conflictss

[Feature] Color-Picker: Added Color Picker, For Memos and it's Comments as it's depending on the color pref. of specific  memo
This commit is contained in:
=AhmedAshraf 2026-03-22 11:34:10 +02:00
parent a88693a1eb
commit f52bc5e0a8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ const MemoContent = (props: MemoContentProps) => {
const compactLabel = useCompactLabel(showCompactMode, t as (key: string) => string);
return (
<div className={`w-full flex flex-col justify-start items-start text-foreground ${className || ""}`}>
<div className={`w-full flex flex-col justify-start items-start ${className || ""}`}>
<div
ref={memoContentContainerRef}
data-memo-content