This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Background color of body doesn't turn dark when importing components on demand #208
Labels
bug
Something isn't working
Bug report 🐞
I import components in the following way:
It works well, but when I try to swtich theme to dark:
Only the Button turn to dark, but the body's background color is still white. When I change to import 'zeit-ui.css'
Everything works well
Version & Environment
"@zeit-ui/vue": "^2.5.0-canary.3"
with"nuxt": "^2.13.0"
Expection
Background color of body doesn't turn dark when importing components on demand
Actual results (or Errors)
As described above. I found that when I import 'zeit-ui.css', there is such a css
But that doesn't exist when I use the first way
The text was updated successfully, but these errors were encountered: