open-imcore / imcore.react

React frontend for the MyMessage API!
GNU Affero General Public License v3.0
5 stars 3 forks source link

[(Dark mode) Bug] The "To" text is black and hard to see #32

Closed sabogalc closed 3 years ago

sabogalc commented 3 years ago

I'm not sure how it is on macOS, but I made a mockup based on how it looks on iOS (I copied the color from the "Search" text) How it is How it should be

EricRabil commented 3 years ago

Ewwww to both how it looks right now and that horizontal scrollbar along the bottom! Thanks, I'll fix this in the next flurry of commits.

sabogalc commented 3 years ago

Similar to how I said in issue #43, this can be fixed by changing line 16 of _transcript-toolbar.scss from rgba(0, 0, 0, 0.6) to rgba(157, 157, 157, 1)

sabogalc commented 3 years ago

I tried fixing this but unfortunately my changes didn't work image

sabogalc commented 3 years ago

https://github.com/open-imcore/imcore.react/pull/44