diff --git a/packages/grafana-data/src/themes/createComponents.ts b/packages/grafana-data/src/themes/createComponents.ts index 1273431458e..2bd7c1d78fb 100644 --- a/packages/grafana-data/src/themes/createComponents.ts +++ b/packages/grafana-data/src/themes/createComponents.ts @@ -96,7 +96,7 @@ export function createComponents(colors: ThemeColors, shadows: ThemeShadows): Th width: 57, }, menuTabs: { - height: 41, + height: 42, }, textHighlight: { text: colors.warning.contrastText, diff --git a/packages/grafana-ui/src/components/Tabs/TabsBar.tsx b/packages/grafana-ui/src/components/Tabs/TabsBar.tsx index 1195458d865..d886e924647 100644 --- a/packages/grafana-ui/src/components/Tabs/TabsBar.tsx +++ b/packages/grafana-ui/src/components/Tabs/TabsBar.tsx @@ -37,6 +37,7 @@ const getStyles = (theme: GrafanaTheme2) => ({ position: 'relative', display: 'flex', height: `${theme.components.menuTabs.height}px`, + alignItems: 'center', }), });