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(searchlist): increase subtitle fontweight #116

Merged
merged 1 commit into from
Oct 17, 2024
Merged

Conversation

devbindal
Copy link
Contributor

Description

Replace this paragraph with a description of what this PR is doing. If you're modifying existing behavior, describe the existing behavior, how this PR is changing it, and what motivated the change.

Links :

No Link(s) added.

Commits

Tests

I added the following tests:

No Test(s) added.

Checklist

Before you create this PR, confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read and followed the Best Practices Guide.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • Added relevant reviewers.

Breaking Change

  • No, no existing tests failed.
  • Yes, this is a breaking change.

Should be merge type:

  • Squash and merge
  • Rebase and merge

@@ -133,7 +133,7 @@ class _SearchAppBarState extends State<SearchAppBar> {
style: TextStyle(
color: widget.textColor,
fontSize: 12,
fontWeight: FontWeight.w100,
fontWeight: FontWeight.w400,
Copy link
Contributor

Choose a reason for hiding this comment

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

please make a style field and receive it from user.

@singhtaranjeet singhtaranjeet merged commit f64bb28 into main Oct 17, 2024
1 check passed
@singhtaranjeet singhtaranjeet deleted the fix/search branch October 17, 2024 12:10
@singhtaranjeet singhtaranjeet restored the fix/search branch October 17, 2024 12:10
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