Can't adjust the height of tab labels with Tabs component? #249
Unanswered
AleMCortez
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently using the Tabs component and created this component:
If I click in one of the Tab titles, it looks like this:
This is because I manually added a blank space above the Tab labels with a Box component because we want that section to be a bit taller, but this causes it to look wrong when the tab label component is selected because the selection doesn't go all the way up. A solution would be to make the actual label component taller, but for what I see, neither the Tabs component nor the Tabs.Item component supports something like this.
As a side note, if I go to Nimbus documentation and try to see a component's props, it always looks something like this:
Beta Was this translation helpful? Give feedback.
All reactions