Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yuetloo committed Mar 17, 2023
1 parent d20227a commit 6ce80aa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vue-app/src/utils/theme.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ThemeMode } from '@/api/core'

const PREFER_COLOR_SCHEME = '(prefers-color-scheme: dark)'

export function getDefaultColorScheme(): ThemeMode {
const colorScheme = ThemeMode.DARK
return colorScheme
Expand Down

0 comments on commit 6ce80aa

Please sign in to comment.