feat: fix Select component visibility in dark mode

This commit is contained in:
wen.chen
2025-11-25 17:51:37 +08:00
parent 9dd35347f9
commit 3f6f2a30b2
2 changed files with 4 additions and 3 deletions

1
components.d.ts vendored
View File

@@ -65,6 +65,7 @@ declare module 'vue' {
IconFluentChevronLeft28Filled: typeof import('~icons/fluent/chevron-left28-filled')['default']
IconFluentChevronUp20Filled: typeof import('~icons/fluent/chevron-up20-filled')['default']
IconFluentClock20Regular: typeof import('~icons/fluent/clock20-regular')['default']
IconFluentCommentEdit20Regular: typeof import('~icons/fluent/comment-edit20-regular')['default']
IconFluentCopy20Regular: typeof import('~icons/fluent/copy20-regular')['default']
IconFluentCrown20Regular: typeof import('~icons/fluent/crown20-regular')['default']
IconFluentDatabasePerson20Regular: typeof import('~icons/fluent/database-person20-regular')['default']