mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-07 16:34:26 +00:00
Fix type-check issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user