fix: sidebar nav incorrect scroll color in light mode
This commit is contained in:
parent
7306fabdba
commit
2dd4cf5c08
@ -429,7 +429,9 @@ export default {
|
|||||||
this.$store.set('page/mode', 'view')
|
this.$store.set('page/mode', 'view')
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
if (this.$vuetify.theme.dark) {
|
||||||
this.scrollStyle.bar.background = '#424242'
|
this.scrollStyle.bar.background = '#424242'
|
||||||
|
}
|
||||||
|
|
||||||
// -> Check side navigation visibility
|
// -> Check side navigation visibility
|
||||||
this.handleSideNavVisibility()
|
this.handleSideNavVisibility()
|
||||||
|
Loading…
Reference in New Issue
Block a user