Vuetify Version: 2.0.5
Vue Version: 2.6.10
Browsers: Chrome 75.0.3770.142
OS: Windows 10
use setting from theme.dark
dark and light prop are null in carousel
https://codesandbox.io/s/bug-report-g2ukh
2 v-card same content just for sanity check
any update?
for quick fix you can use
<v-carousel
:dark="$vuetify.theme.dark"
:light="!$vuetify.theme.dark">
...
</v-carousel>
Any updates guys?
Now is "dark" per default. When you use "light", "hide-delimiter-background" not work
This cost me an hour of looking for the error on my side haha
can confirm the bug still exists (defaults to dark mode), using the fix @Graziel put out works perfectly.
Most helpful comment
for quick fix you can use