fix: background warning color syntax

This commit is contained in:
himself65 2023-04-26 22:30:33 -05:00
parent f7b8797bb2
commit afff15c435
No known key found for this signature in database
GPG Key ID: 35F07049B7A1E625

View File

@ -192,7 +192,7 @@ export const darkTheme = {
backgroundTertiaryColor: 'rgb(30, 30, 30)', backgroundTertiaryColor: 'rgb(30, 30, 30)',
backgroundProcessingColor: 'rgba(20, 22, 26, 1)', backgroundProcessingColor: 'rgba(20, 22, 26, 1)',
backgroundErrorColor: 'rgba(21, 14, 13, 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)', backgroundSuccessColor: 'rgba(8, 21, 18, 1)',
backgroundPrimaryColor: 'rgb(20, 20, 20)', backgroundPrimaryColor: 'rgb(20, 20, 20)',
backgroundSecondaryColor: 'rgb(32, 32, 32)', backgroundSecondaryColor: 'rgb(32, 32, 32)',