Commit 64f65f47 authored by Luke Schoen's avatar Luke Schoen
Browse files

fix: Add white background body element so Onboarding background consistent in taskbar app

* Note: To quickly see the changes force the Onboarding component (displaying Terms & Conditions screen) to appear by changing
`if (isFirstRun) {` to `if (true) {` in `fether-react/src/App/App.js. The screen should be consistent when you run `yarn taskbar` and `yarn start`

* Add eggshell background colour to `body` element  otherwise `yarn taskbar` app has grey background (even though
running as normal `yarn start` or `yarn electron` app has white background from manifest)
parent b2a4092c
Pipeline #27775 passed with stage
in 2 minutes and 4 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment