You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Faced with an issue that borderColor is not set for either Tab or RadioTab.
You can even see this in the storybook of the library.
Description of bug
Expected
Here, you can see that the code sets the border color as orange (and background color as well, be the way).
Actual result
On the actual result, we see the default one:
The same issue I have with my project
Here is the code, where I try to set second tab with yellow border:
And the result:
The text was updated successfully, but these errors were encountered:
Hi!
Faced with an issue that borderColor is not set for either
Tab
orRadioTab
.You can even see this in the storybook of the library.
Description of bug
Expected
Here, you can see that the code sets the border color as orange (and background color as well, be the way).
Actual result
On the actual result, we see the default one:
The same issue I have with my project
Here is the code, where I try to set second tab with yellow border:
And the result:
The text was updated successfully, but these errors were encountered: