Open Chadys opened 2 days ago
Describe the bug
When you use a "layout: end" on a slide, that slide will be black, no matter if light or dark theme is selected.
This is because in packages/client/layouts/end.vue we explicitely set the classes text-white bg-black, which are not added to any other layout.
packages/client/layouts/end.vue
text-white bg-black
Minimal reproduction
Steps to reproduce the behavior:
layout: end
Environment
I think this is intentional. In Microsoft PowerPoint, in presenting mode, after the last slide, the screen will also become black.
Describe the bug
When you use a "layout: end" on a slide, that slide will be black, no matter if light or dark theme is selected.
This is because in
packages/client/layouts/end.vue
we explicitely set the classestext-white bg-black
, which are not added to any other layout.Minimal reproduction
Steps to reproduce the behavior:
layout: end
to any slide in https://sli.dev/newEnvironment