diff --git a/src/components/mixins/theme.ts b/src/components/mixins/theme.ts index d34deb5aa..4b9b649a9 100644 --- a/src/components/mixins/theme.ts +++ b/src/components/mixins/theme.ts @@ -40,8 +40,4 @@ export default class ThemeMixin extends Vue { get progressBarColor() { return this.$vuetify.theme.dark ? 'white' : 'primary' } - - get darkAttribute() { - return this.$vuetify.theme.dark - } }