Skip to content

Commit

Permalink
refactor: remove darkAttribute getter
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Dec 11, 2023
1 parent b725339 commit a11a94a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/mixins/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit a11a94a

Please sign in to comment.