mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Tab: Fixed font-weight for active tab
This commit is contained in:
parent
f1fe991178
commit
2808f4b034
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user