Fix type-check issues

This commit is contained in:
2025-05-18 16:36:20 +02:00
parent 3619cf4ed4
commit 60ab01b0c8
11 changed files with 41 additions and 38 deletions

View File

@@ -139,7 +139,7 @@ const WorkspaceSwitcher: React.FC = () => {
truncate
c={
isSelected
? theme.colors.blue[
? (theme as any).colors.blue[
(theme as any).colorScheme === 'dark'
? 0
: 9