From 593ae82c7f790cac2365b87cf15a5e1be68159f8 Mon Sep 17 00:00:00 2001 From: Josh Perez <60019601+josh-signal@users.noreply.github.com> Date: Thu, 4 May 2023 19:47:34 -0400 Subject: [PATCH] Fix contrast between placeholder text and background for search input --- stylesheets/components/SearchInput.scss | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/stylesheets/components/SearchInput.scss b/stylesheets/components/SearchInput.scss index a553a9a6f1..158efddf95 100644 --- a/stylesheets/components/SearchInput.scss +++ b/stylesheets/components/SearchInput.scss @@ -30,29 +30,6 @@ } } - &__input { - background: transparent; - border: none; - padding-inline-start: 16px; - width: 100%; - - &:placeholder { - color: $color-gray-45; - } - - @include light-theme { - color: $color-black; - } - - @include dark-theme { - color: $color-gray-05; - } - - &:focus { - outline: none; - } - } - &__input { @include font-body-2; border: solid 1px transparent; @@ -62,7 +39,7 @@ width: 100%; @include light-theme { - background-color: $color-black-alpha-08; + background-color: $color-black-alpha-06; color: $color-gray-90; &:placeholder {