diff --git a/packages/grafana-ui/src/components/Select/resetSelectStyles.ts b/packages/grafana-ui/src/components/Select/resetSelectStyles.ts index 014908000a3..fb844575d66 100644 --- a/packages/grafana-ui/src/components/Select/resetSelectStyles.ts +++ b/packages/grafana-ui/src/components/Select/resetSelectStyles.ts @@ -36,7 +36,7 @@ export default function resetSelectStyles(theme: GrafanaTheme2) { option: () => ({}), placeholder: (originalStyles: CSSObjectWithLabel): CSSObjectWithLabel => ({ ...originalStyles, - color: theme.colors.text.disabled, + color: theme.colors.text.secondary, }), singleValue: () => ({}), valueContainer: () => ({}),