mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 13:32:18 +03:00
fix: background warning color syntax
This commit is contained in:
parent
f7b8797bb2
commit
afff15c435
@ -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)',
|
||||||
|
Loading…
Reference in New Issue
Block a user