-
Notifications
You must be signed in to change notification settings - Fork 734
TabController - design tokens - fixes #1935
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment
@@ -117,7 +117,7 @@ interface Props extends TabControllerBarProps, BaseComponentInjectedProps, Forwa | |||
children?: ChildProps[] | ChildProps; | |||
} | |||
|
|||
const FADER_PROPS = {size: 76, tintColor: Colors.$backgroundDefault}; | |||
const FADER_PROPS = {size: 76, tintColor: Colors.$backgroundElevated}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure about it?
I used the backgroundElevated
originally and you said it looks better with backgroundDefault
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure, I'll ask UX (I don't think they tokenized it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'll be $backgroundElevated
but will be handled within the Fader
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure that the default fader color should be $backgroundElevated
and not $backgroundDefault
?
maybe it should be $backgroundDefault
and only here we should override it with $backgroundElevated
..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's what Yulia said in the relevant channel (can't link here).
In any case, if there will be errors we can fix them later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed
* TabController - design tokens - fixes * Fader color will be handled within Fader * Revert
Description
TabController - design tokens - fixes
Changelog
TabController - design tokens - fixes