Skip to content

Commit 08dbfba

Browse files
authored
fix: probe selector column header color (#995)
1 parent f11b89a commit 08dbfba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/components/CheckEditor/CheckProbes/ProbesList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ const getStyles = (theme: GrafanaTheme2) => ({
140140
headerLabel: css({
141141
fontWeight: theme.typography.fontWeightLight,
142142
fontSize: theme.typography.h5.fontSize,
143-
color: 'white',
143+
color: theme.colors.text.primary,
144144
}),
145145

146146
columnLabel: css({

0 commit comments

Comments
 (0)