From eeb155a951132cbd321fca65c617521fd2b7ffeb Mon Sep 17 00:00:00 2001 From: Nate Butler Date: Wed, 21 Jun 2023 12:20:47 -0400 Subject: [PATCH] Remove unused light variable --- styles/src/theme/syntax.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/styles/src/theme/syntax.ts b/styles/src/theme/syntax.ts index 380fd31786..369fceb070 100644 --- a/styles/src/theme/syntax.ts +++ b/styles/src/theme/syntax.ts @@ -129,8 +129,6 @@ function buildDefaultSyntax(colorScheme: ColorScheme): Syntax { [key: string]: Omit } = {} - const light = colorScheme.isLight - // then spread the default to each style for (const key of Object.keys({} as Syntax)) { syntax[key as keyof Syntax] = {