mirror of https://github.com/usememos/memos.git
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:
parent
a88693a1eb
commit
f52bc5e0a8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue