Skip to content

Commit

Permalink
fix: use text-p-sm for notes
Browse files Browse the repository at this point in the history
  • Loading branch information
shariquerik committed Jan 27, 2025
1 parent 516f540 commit 43a9a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/Activities/NoteArea.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
v-if="note.content"
:content="note.content"
:editable="false"
editor-class="!prose-sm max-w-none !text-sm text-ink-gray-5 focus:outline-none"
editor-class="prose-sm text-p-sm max-w-none text-ink-gray-5 focus:outline-none"
class="flex-1 overflow-hidden"
/>
<div class="mt-1 flex items-center justify-between gap-2">
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Notes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
v-if="note.content"
:content="note.content"
:editable="false"
editor-class="prose-sm text-sm max-w-none text-ink-gray-5 focus:outline-none"
editor-class="prose-sm text-p-sm max-w-none text-ink-gray-5 focus:outline-none"
class="flex-1 overflow-hidden"
/>
<div class="mt-2 flex items-center justify-between gap-2">
Expand Down

0 comments on commit 43a9a9b

Please sign in to comment.