Skip to content

Commit

Permalink
style: Bessere Lesbarkeit des Lehrerkürzels innerhalb einer Stunde (#269
Browse files Browse the repository at this point in the history
)

* made text in slot 2 lighter of PlanLessonItem

* format code

* grayed out slot 2, revert font-medium

* format code
  • Loading branch information
SachsenspieltCoding authored Aug 3, 2024
1 parent 4fada70 commit d9e7b25
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('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 d9e7b25

Please sign in to comment.