Actions
Bug #1191
closedFirst button text is wrong color in View Headers in night theme on first load.
Start date:
04/10/2024
Due date:
% Done:
0%
Estimated time:
Description
This is some type of race condition with loading the correct color from the XML file, as the correct color is pulled for the second button (same color settings) and the correct color is displayed if the page is reloaded.
Files
Updated by Soren Stoutner 7 months ago
- Tracker changed from Feature to Bug
- Status changed from New to Closed
It turns out the text for these particular buttons is always white in both night and dark themes. So, the fix was fairly easy.
Fixed in commit: https://gitweb.stoutner.com/?p=PrivacyBrowserAndroid.git;a=commitdiff;h=c8b11d2b76391db47bdd6d5289e2668147cf177a;ds=sidebyside.
Actions