Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
SachsenspieltCoding committed Aug 2, 2024
1 parent 0bd79fd commit f2d6a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/plan/PlanLessonItem.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
{slot1.value || ''}
</p>

<p class={twMerge('text-gray-500 leading-tight', slot2.changed && 'text-red-600')}>
<p class={twMerge('leading-tight text-gray-500', slot2.changed && 'text-red-600')}>
{slot2.value || ''}
</p>
</div>
Expand Down

0 comments on commit f2d6a3b

Please sign in to comment.