[AAE-6822] Customize background and text colors (#2431)

* [AAE-6822] Customize background and text colors

* [AAE-6822] Quick fix for search control

* Reverted dotenv-expand
This commit is contained in:
Bartosz Sekuła
2022-02-15 09:23:20 +01:00
committed by GitHub
parent 3afc4f4859
commit 94755c4756
7 changed files with 53 additions and 9 deletions
+3 -3
View File
@@ -7418,9 +7418,9 @@
"dev": true
},
"dotenv-expand": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-8.0.1.tgz",
"integrity": "sha512-j/Ih7bIERDR5PzI89Zu8ayd3tXZ6E3dbY0ljQ9Db0K87qBO8zdLsi2dIvDHMWtjC3Yxb8XixOTHAtia0fDHRpg==",
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz",
"integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==",
"dev": true
},
"duplexify": {