We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm creating a blog with next 13 and chakraUI and I've noticed that Balancer doesn't show the text going to the second line.
This image shows that everything is fine is the text color is black
This image shows that the text is not showing correctly if I use a gradient
It's important to notice that the text is still there, it's just not showing.
That's my code ` <Text as={'span'} bgGradient={MY_GRADIENT} bgClip="text"
<Balancer>{title}</Balancer>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm creating a blog with next 13 and chakraUI and I've noticed that Balancer doesn't show the text going to the second line.
This image shows that everything is fine is the text color is black
This image shows that the text is not showing correctly if I use a gradient
It's important to notice that the text is still there, it's just not showing.
That's my code
`
<Text
as={'span'}
bgGradient={MY_GRADIENT}
bgClip="text"
The text was updated successfully, but these errors were encountered: