From ac0bcdcb958901908faaea7319ff9fa6431a04fa Mon Sep 17 00:00:00 2001 From: Pkpedram Date: Mon, 4 Apr 2022 10:39:57 +0430 Subject: [PATCH] options Text Color --- src/App.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.css b/src/App.css index d6ee471..23f9cff 100644 --- a/src/App.css +++ b/src/App.css @@ -47,4 +47,7 @@ select { padding: 1rem; padding-right: 2rem; cursor: pointer; +} +option { + color:#404040 } \ No newline at end of file