[v2][BUG] on theme-dark message input box text color is wrong

Hi,

I just found out and please if somebody can confirm this.
If you have theme-dark and are using messagebar - input box for text has dark text color and is basically unreadable.

Shouldn’t there be a white color used?

Any quick fix?

Thanks

It’s fine on the Kitchen Sink, so it might just be your code?

I had to explicitly add to my css:

.md .theme-dark .messagebar textarea {
    color: rgba(255,255,255,.87);
}

then it started to work.

without that only .md. messagebar textarea got applied

See, the issue, already pushed fix for this

Ah, did not realise you were using MD. Yes, it does seem dark.