[Bug Report] v-tabs shows wrong active color on dark theme with dark v-app-bar/v-toolbar
See original GitHub issueEnvironment
Vuetify Version: 2.3.20 Vue Version: 2.6.12 Browsers: Chrome 87.0.4280.88, Mozilla Firefox OS: Linux x86_64
Steps to reproduce
- create
v-app-bar
orv-toolbar
withdark
prop - create
v-tabs
inside created at step 1 - change
$vuetify.theme.dark
totrue
Expected Behavior
active color should keep white (or something light)
Actual Behavior
active color changes primary color so invisible or hard to see
Reproduction Link
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
implementing dark theme in my app; different color is showing ...
I don't know why the color of toolbar is changing while going from main activity to other activity(other activity have actionbar) and the ......
Read more >121877 – Tabbed UIs do not use theme color
Steps to reproduce: 1 - Select Tabbed UI, 2 - For ease of perception select a different persona (also visible with default gray)....
Read more >Toolbar - Quasar Framework
QToolbar is a component usually part of Layout Header and Footer, but it can be used anywhere on the page. QToolbar API. QToolbar....
Read more >Fixed issues in InDesign - Adobe Support
We heard you! We've been working hard at fixing the issues you reported to us. Here's the list of issues we fixed in...
Read more >barTintColor not working in iOS 15 | Apple Developer Forums
Hi,. When I run the following code in application(_ :didFinishLaunchingWithOptions) in iOS 15, the bar color turns transparent (thus, showing the black ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here is a quick and dirty fix for this issue if you dont want to wait for v3.
Sure.