mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Tab: Fixed font-weight for active tab
This commit is contained in:
@@ -86,6 +86,7 @@ const getTabStyles = stylesFactory((theme: GrafanaTheme) => {
|
||||
label: activeTabStyle;
|
||||
color: ${theme.v2.palette.text.primary};
|
||||
overflow: hidden;
|
||||
font-weight: ${theme.v2.typography.fontWeightMedium};
|
||||
|
||||
a {
|
||||
color: ${theme.v2.palette.text.primary};
|
||||
|
||||
Reference in New Issue
Block a user