Closed YarosMallorca closed 1 month ago
Name | Link |
---|---|
Latest commit | 3eb1ad8f2585a61d32c07a7df53cf7d8e6eb1e7b |
Latest deploy log | https://app.netlify.com/sites/origin-betaflight-app/deploys/66fdbd74b05c500008d35bdd |
Deploy Preview | https://deploy-preview-4200.dev.app.betaflight.com |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Fixed the Load from File modal background, which in dark mode was white making the text invisible as shown below:
I modified the background and border to use the CSS variables so it properly adapts to light/dark theme like so:
Additionally I fixed the border (that had static color as well, thus breaking in light mode) and the modal background (made it surface color) so it matches all the other parts of the UI.