diff --git a/src/styles/index.ts b/src/styles/index.ts index b33d600a5d9d..b424c8df50a8 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3191,7 +3191,7 @@ const styles = (theme: ThemeColors) => }, searchInputStyle: { - color: colors.productDark800, + color: theme.textSupporting, fontSize: 13, lineHeight: 16, },