From 01af655ff1684c597ba53dd5a1ab6376b80a605b Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 15 Oct 2024 11:12:29 -0600 Subject: [PATCH 1/4] fix router input styles --- src/styles/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index 6998b7698c1d..343912a11391 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -3615,7 +3615,6 @@ const styles = (theme: ThemeColors) => }, searchInputStyle: { - color: theme.textSupporting, fontSize: 13, lineHeight: 16, }, From 13d132a90224f60a37745a2faf089fca13aa9b45 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 15 Oct 2024 11:16:49 -0600 Subject: [PATCH 2/4] update filter button text color --- src/components/Search/SearchPageHeader.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Search/SearchPageHeader.tsx b/src/components/Search/SearchPageHeader.tsx index ec43c9762239..4c383021645f 100644 --- a/src/components/Search/SearchPageHeader.tsx +++ b/src/components/Search/SearchPageHeader.tsx @@ -373,7 +373,6 @@ function SearchPageHeader({queryJSON, hash}: SearchPageHeaderProps) {