Skip to content

Commit

Permalink
fix dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Dec 8, 2024
1 parent b830d87 commit c298ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/mentor/mentor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h2 class="text-2xl text-center font-medium">How has your week been?</h2>
<app-chat-input
[isSending]="sendMessage.isPending()"
(sendMessage)="sendMessage.mutate({ sessionId: selectedSessionId()!, message: $event })"
class="pt-4 px-4 sticky bg-white"
class="pt-4 px-4 sticky bg-background"
[class.border-t]="selectedSessionMessages.data()?.length"
/>
} @else {
Expand Down

0 comments on commit c298ad5

Please sign in to comment.