creativetimofficial / blk-design-system

231 stars 129 forks source link

Issue with dropdown text color #7

Open sujaysreedhar opened 5 years ago

sujaysreedhar commented 5 years ago

Form input select's background is white color, thus not being readable. Only Highlighted options are readable. Ref. select

https://demos.creative-tim.com/blk-design-system/docs/1.0/components/forms.html#custom-forms

rarestoma commented 5 years ago

Hello,

Thank you for the interest in our products.

Please add the following css code:

select option{ background: #1e1e25; }

Please let me know if I can help you with anything else.

All the best, Rares