Text tabs (ie. <Tabs.Tab>text</Tabs.Tab>) are 48px tall: https://wordpress.github.io/gutenberg/?path=/story/components-experimental-tabs--default
Icon tabs (ie. <Tabs.Tab><Icon /></Tabs.Tab>) are 56px tall: https://wordpress.github.io/gutenberg/?path=/story/components-experimental-tabs--with-tab-icons-and-tooltips
Should we revise any aspects of this? It may be tricky to enforce it fully with the current set of APIs, since Tabs can not possibly know what its children are.
Text tabs (ie.
<Tabs.Tab>text</Tabs.Tab>) are48pxtall: https://wordpress.github.io/gutenberg/?path=/story/components-experimental-tabs--defaultIcon tabs (ie.
<Tabs.Tab><Icon /></Tabs.Tab>) are56pxtall: https://wordpress.github.io/gutenberg/?path=/story/components-experimental-tabs--with-tab-icons-and-tooltipsShould we revise any aspects of this? It may be tricky to enforce it fully with the current set of APIs, since
Tabscan not possibly know what its children are.