WildAid / o-fish-ios

iOS app for the Officer's Fishery Information Sharing Hub (O-FISH). The mobile app allows fisheries officers to document and share critical information gathered during a routine vessel inspection.
Apache License 2.0
33 stars 15 forks source link

iOS dark mode: home screen #376

Closed Sheeri closed 3 years ago

Sheeri commented 3 years ago

The latitude/longitude box on the home screen in dark mode does not show the proper colors.

There was a lot of setup in https://github.com/WildAid/o-fish-ios/pull/361/files and the fix for this issue should be in the same style and reuse code where possible.

Is your feature request related to a problem? Please describe. In dark mode, this page should look like this: https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591778_Home

The latitude/longitude box is definitely not correct. Also please check the other elements on the page, including the blue color of the "Board Vessel" button.

Color key for light mode: https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591768_Color_Key_-_Light_Mode Color key for dark mode: https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591769_Color_Key_-_Dark_Mode Component Color specs for light mode: https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591770_Component_Colors_-_Light_Mode Component Color specs for dark mode: https://mongodb.invisionapp.com/share/PCYZ6ZW7FR8#/screens/433591771_Component_Colors_-_Dark_Mode

jkreller commented 3 years ago

Hey @Sheeri! May I do that one? :)

Sheeri commented 3 years ago

@jkreller please do! Hello, thanks for offering to work on this! I have assigned it to you.

jkreller commented 3 years ago

Added #389