From 487d0a788e51660d68b7d6cf3fee736b9d0379af Mon Sep 17 00:00:00 2001 From: Kuldeep M Date: Tue, 14 Dec 2021 18:58:02 +0000 Subject: [PATCH] fix selection option text colour --- src/component/form/input/select/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/component/form/input/select/index.css b/src/component/form/input/select/index.css index aa32e82c..c644c9d8 100644 --- a/src/component/form/input/select/index.css +++ b/src/component/form/input/select/index.css @@ -64,3 +64,8 @@ select:disabled:active { cursor: default; box-shadow: none; } + +select option { + background-color: initial; + color: initial; +}