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

.label__value not visible on white background #24

Open
Mariusz071 opened this issue May 7, 2021 · 1 comment
Open

.label__value not visible on white background #24

Mariusz071 opened this issue May 7, 2021 · 1 comment

Comments

@Mariusz071
Copy link

Hi.

Would be worth adding additional prop for setting color of .label__value, as now its invisible on white background without writing custom styling.
Also when going this way would be good to have prop for setting color of .label__title also.

@lonelypx
Copy link

.svg-funnel-js__subLabel--title {
color: #000 !important;
}
.svg-funnel-js .svg-funnel-js__labels .svg-funnel-js__label .label__value {
color: #000 !important;
}

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

2 participants