Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[Bug Report] VProgressCircular doesn't show unloaded-line in dark mode #12149
Comments
johnleider
added a commit
to bigbadfatman/vuetify
that referenced
this issue
Sep 29, 2020
The default background color of the circular progress clashes with the default app background color in the dark theme. Tweaked the code slightly to fix it. fix vuetifyjs#12149
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Environment
Vuetify Version: 2.3.10
Vue Version: 2.6.12
Browsers: Chrome 84.0.4147.135
OS: Windows 10
Steps to reproduce
Add a
VProgressCircularto your project, change theme to dark.Expected Behavior
In light theme, both loaded part and unloaded part are visible - have different color from each other and from background color.
Expected the same in dark mode.
Actual Behavior
In dark mode, unloaded part isn't visible (it's almost black too)
Reproduction Link
https://codepen.io/Tzahile/pen/qBZjQaK