Skip to content

Fix/ add tintColor to tabbar gradient #1867

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

Merged
merged 3 commits into from
Mar 23, 2022
Merged

Conversation

lidord-wix
Copy link
Contributor

Description

Fix the fader color in dark mode TabBar

Changelog

Fix the fader color in dark mode TabBar

@@ -117,7 +117,7 @@ interface Props extends TabControllerBarProps, BaseComponentInjectedProps, Forwa
children?: ChildProps[] | ChildProps;
}

const FADER_PROPS = {size: 76};
const FADER_PROPS = {size: 76, tintColor: Colors.$backgroundElevated};
Copy link
Collaborator

Choose a reason for hiding this comment

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

I feel like this is not as prominent as the regular scheme, probably because there's less contrast with the text color.
Perhaps this should be Colors.$backgroundDefault?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agree :)

@M-i-k-e-l M-i-k-e-l merged commit 3dc312d into master Mar 23, 2022
@lidord-wix lidord-wix deleted the fix/tabbar_gradient_color branch April 18, 2022 12:00
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