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 text hint color #1621

Merged
merged 2 commits into from
Dec 4, 2024
Merged

Fix text hint color #1621

merged 2 commits into from
Dec 4, 2024

Conversation

micahmo
Copy link
Member

@micahmo micahmo commented Dec 3, 2024

Pull Request Description

This PR fixes an issue where the text field hint text color looks much darker than before (and darker even than the text that gets typed!).

I didn't bother doing an exact color match, I just wanted the text to look slightly faded.

Again I tested with light, dark, and pure black.

Issue Being Fixed

Issue Number: #1565 (comment)

Screenshots / Recordings

You'll notice that the text field size is also different. I plan to address that separately. It was also mentioned in the linked comment.

ShareX_IsjiqAOgQw.mp4

Checklist

  • If a new package was added, did you ensure it uses an appropriate license and is actively maintained?
  • Did you use localized strings (and added appropriate descriptions) where applicable?
  • Did you add semanticLabels where applicable for accessibility?

lib/main.dart Outdated
@@ -234,6 +234,22 @@ class _ThunderAppState extends State<ThunderApp> {
theme = theme.copyWith(pageTransitionsTheme: pageTransitionsTheme);
Copy link
Member

Choose a reason for hiding this comment

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

I think perhaps moving the additional styling into here would make more sense (since we're already modifying the themes here)!

Copy link
Member Author

Choose a reason for hiding this comment

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

Done!

Copy link
Member

@hjiangsu hjiangsu left a comment

Choose a reason for hiding this comment

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

LGTM!

@hjiangsu hjiangsu merged commit a7f4c8f into thunder-app:develop Dec 4, 2024
1 check passed
@micahmo micahmo deleted the fix/hint-color branch December 5, 2024 14:50
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