Skip to content

Commit

Permalink
feedback form
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Nov 4, 2024
1 parent 76e9488 commit 907f21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sessions/SessionFeedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const SessionFeedback = ({
onChange={(v) => setRating(v)}
/>
{errors?.rating && (
<p className="text-red-500 text-xs italic">
<p className="text-red-500 dark:text-red-500 text-xs italic mt-1">
{errors?.rating[0]}.
</p>
)}
Expand Down

0 comments on commit 907f21f

Please sign in to comment.