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 comment box color and text input #224

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

himanshugoyal77
Copy link

Description

Fixes #223 #222 #221

1.The color on comment box was set to default which is blue. and it was not matching with the theme of the app. Making it look odd.
2.the text field was not getting cleared after submitting the comment.

Type of change

Changed the focus color or primary color and added code to clear the input text.

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Tested on ios and android app

Please include screenshots below if applicable.
monumento

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Maintainer Checklist

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.

Input text doesn't get cleared when submit button is pressed
1 participant