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

Not showing text if I use gradient #84

Open
CodingMyke opened this issue Sep 7, 2023 · 0 comments
Open

Not showing text if I use gradient #84

CodingMyke opened this issue Sep 7, 2023 · 0 comments

Comments

@CodingMyke
Copy link

CodingMyke commented Sep 7, 2023

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
image

This image shows that the text is not showing correctly if I use a gradient
image

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>
`
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

No branches or pull requests

1 participant