From ee042d707f1802ee794d90f4dbb8da388a8925be Mon Sep 17 00:00:00 2001 From: Ryan Kuck Date: Wed, 12 Jun 2024 07:55:38 -0700 Subject: [PATCH] remove unneeded code --- apps/app/src/pages/search/[...params]/index.tsx | 2 +- .../ui/components/core/LocationBasedAlertBanner/index.tsx | 8 -------- packages/ui/theme/common.tsx | 2 -- 3 files changed, 1 insertion(+), 11 deletions(-) diff --git a/apps/app/src/pages/search/[...params]/index.tsx b/apps/app/src/pages/search/[...params]/index.tsx index 1019707815..c061ab5f5e 100644 --- a/apps/app/src/pages/search/[...params]/index.tsx +++ b/apps/app/src/pages/search/[...params]/index.tsx @@ -222,7 +222,7 @@ const SearchResults = () => { return ( <> - {t('page-title.base', { ns: 'common', title: t('page-title.search-results') })} + {t('page-title.base', { ns: 'common', title: '$t(page-title.search-results)' })} diff --git a/packages/ui/components/core/LocationBasedAlertBanner/index.tsx b/packages/ui/components/core/LocationBasedAlertBanner/index.tsx index 89b119dce8..9e63cf4bc1 100644 --- a/packages/ui/components/core/LocationBasedAlertBanner/index.tsx +++ b/packages/ui/components/core/LocationBasedAlertBanner/index.tsx @@ -14,14 +14,6 @@ const useStyles = createStyles((theme) => ({ justifyContent: 'flex-start', }, - primaryContainer: { - [theme.fn.smallerThan('xl')]: {}, - }, - - secondaryContainer: { - [theme.fn.smallerThan('sm')]: {}, - }, - primary: { height: rem(52), display: 'flex', diff --git a/packages/ui/theme/common.tsx b/packages/ui/theme/common.tsx index 7ba89b548c..f422c77508 100644 --- a/packages/ui/theme/common.tsx +++ b/packages/ui/theme/common.tsx @@ -63,8 +63,6 @@ const colors = { coolGray: '#d9d9d9', red: '#C05C4A', pink: '#D4A1BA', - lightPink: '#F2E1E9', - lightGreen: '#E4F9EA', lightBlue: '#79ADD7', purple: '#705890', darkBlue: '#3c4e8f',