Skip to content

Commit c14cbfc

Browse files
authored
Breadcrumbs: Remove semi-bold and change current/last breadcrumb text color (grafana#58875)
1 parent ac66e14 commit c14cbfc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/app/core/components/Breadcrumbs/BreadcrumbItem.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,10 @@ const getStyles = (theme: GrafanaTheme2) => {
4444
overflow: 'hidden',
4545
padding: theme.spacing(0, 0.5),
4646
whiteSpace: 'nowrap',
47+
color: theme.colors.text.secondary,
4748
}),
4849
breadcrumbLink: css({
50+
color: theme.colors.text.primary,
4951
'&:hover': {
5052
textDecoration: 'underline',
5153
},
@@ -55,7 +57,6 @@ const getStyles = (theme: GrafanaTheme2) => {
5557
color: theme.colors.text.primary,
5658
display: 'flex',
5759
flex: 1,
58-
fontWeight: theme.typography.fontWeightMedium,
5960
minWidth: 0,
6061
maxWidth: 'max-content',
6162

0 commit comments

Comments
 (0)