Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make notes red #952

Merged

Conversation

xfloor
Copy link
Collaborator

@xfloor xfloor commented May 16, 2024

  • make notes red for teacher
  • extend TextareaEditable with innerClassName prop
  • remove placeholder from TextareaEditable on NotesSection
  • make notes red on notes input for user

…eholder and make text red on booking editable textarea
@silviot silviot merged commit 123d438 into master May 16, 2024
13 checks passed
@@ -55,10 +55,10 @@ const NotesSection: React.FC<NotesSectionProps> = ({
<Form className={className}>
<FastField
name="bookingNotes"
className="w-full h-full min-h-[105px] border-t border-gray-300"
className="w-full h-full min-h-[105px] border-t border-gray-300 "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick. Unneeded space before closing quotes. Can be changed in a future PR, even unrelated, or left as is: it won't hurt after all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants