From afff15c435d0ff2df94e3f1f82682b4ff3338a0b Mon Sep 17 00:00:00 2001 From: himself65 Date: Wed, 26 Apr 2023 22:30:33 -0500 Subject: [PATCH] fix: background warning color syntax --- packages/theme/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/theme/src/index.ts b/packages/theme/src/index.ts index 27b3d4b467..f01ef61d09 100644 --- a/packages/theme/src/index.ts +++ b/packages/theme/src/index.ts @@ -192,7 +192,7 @@ export const darkTheme = { backgroundTertiaryColor: 'rgb(30, 30, 30)', backgroundProcessingColor: 'rgba(20, 22, 26, 1)', backgroundErrorColor: 'rgba(21, 14, 13, 1)', - backgroundWarningColor: 'rgba(26, 10, 3, 1))', + backgroundWarningColor: 'rgba(26, 10, 3, 1)', backgroundSuccessColor: 'rgba(8, 21, 18, 1)', backgroundPrimaryColor: 'rgb(20, 20, 20)', backgroundSecondaryColor: 'rgb(32, 32, 32)',