stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
81 stars 9 forks source link

Fix dark mode background color in iOS InstructionsView #83

Closed CatMe0w closed 1 month ago

CatMe0w commented 1 month ago

In dark mode, the background of the InstructionsView remains white, making the text invisible. screenshot

This adds backgroundColor to InstructionRowTheme and uses it in InstructionsView to render instruction cards in dark mode correctly.

ianthetechie commented 1 month ago

Hey, thanks for the PR! This is great! I also noticed this but hadn't gotten around to fixing it yet 😂 @Archdoog and I will take a look at this tomorrow.