Skip to content

Commit

Permalink
Merge pull request #172 from cabcookie:improve-person-mention
Browse files Browse the repository at this point in the history
fix: notes writer background color for when in an accordion content
  • Loading branch information
cabcookie authored Aug 7, 2024
2 parents e48a769 + 8cd58aa commit 82967df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui-elements/notes-writer/NotesWriter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const NotesWriter: FC<NotesWriterProps> = ({
showSaveStatus &&
!readonly &&
!isUpToDate(notes, editor.getJSON()) &&
"bg-destructive/10"
"bg-red-50"
),
},
},
Expand Down

0 comments on commit 82967df

Please sign in to comment.