Skip to content

Commit

Permalink
🏷️ fix: ThemeAppearance 字段支持自定义字符
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 17, 2023
1 parent f9ee190 commit 2bd7007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/appearance.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type ThemeAppearance = 'dark' | 'light';
export type ThemeAppearance = 'dark' | 'light' | string;

export type ThemeMode = 'auto' | 'dark' | 'light';

0 comments on commit 2bd7007

Please sign in to comment.