From 0fc4ea7363ffd6cd2fa0efadac91d30cb74b9450 Mon Sep 17 00:00:00 2001 From: Luis Alvarez Date: Tue, 13 Oct 2020 11:56:12 -0500 Subject: [PATCH] Fix white text --- pages/search.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/search.tsx b/pages/search.tsx index 9415d07e8..bc45b1b8d 100644 --- a/pages/search.tsx +++ b/pages/search.tsx @@ -33,7 +33,7 @@ export default function Home({ All Categories {categories.map((cat) => ( -
  • +
  • {cat.name}
  • ))} @@ -43,7 +43,7 @@ export default function Home({ All Designers {brands.flatMap(({ node }) => ( -
  • +
  • {node.name}
  • ))} @@ -77,10 +77,10 @@ export default function Home({
  • Relevance
  • -
  • Latest arrivals
  • -
  • Trending
  • -
  • Price: Low to high
  • -
  • Price: High to low
  • +
  • Latest arrivals
  • +
  • Trending
  • +
  • Price: Low to high
  • +
  • Price: High to low