From 52d61432489a732030281af9c0717316fe589b06 Mon Sep 17 00:00:00 2001 From: Illia Zolotukha Date: Fri, 28 Apr 2023 10:39:25 +0300 Subject: [PATCH] font style change on select --- src/components/Select/SelectCategory.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Select/SelectCategory.scss b/src/components/Select/SelectCategory.scss index d4936a6..6e9b70b 100644 --- a/src/components/Select/SelectCategory.scss +++ b/src/components/Select/SelectCategory.scss @@ -1,4 +1,5 @@ .react-select { + background-color: red; &-container { height: 100%; border-color: transparent !important; @@ -25,7 +26,7 @@ } } &__single-value { - color: wheat !important; + color: #F3F3F3 !important; } &__indicator-separator {