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

fit: make a href style overridable #1431

Merged

Conversation

EArminjon
Copy link
Contributor

This PR make a tag style be overrided.

  "a": Style.fromTextStyle(
          const TextStyle(
            color: Colors.black,
            fontWeight: FontWeight.bold,
            decoration: TextDecoration.underline,
            decorationThickness: 4,
            decorationColor: Color(0xFFFCFC03),
          ),
        ),

Before :
image

After :
image

@EArminjon EArminjon changed the title feature/a-href-overridable-style fit: a-href-overridable-style Jul 23, 2024
@EArminjon EArminjon changed the title fit: a-href-overridable-style fit: make a href style overridable Jul 23, 2024
Sub6Resources
Sub6Resources previously approved these changes Mar 11, 2025
Copy link
Owner

@Sub6Resources Sub6Resources left a comment

Choose a reason for hiding this comment

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

LGTM

@Sub6Resources Sub6Resources merged commit 6bccb32 into Sub6Resources:master Mar 11, 2025
1 check failed
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