)}
-
+ >
);
}
diff --git a/web/tailwind.config.js b/web/tailwind.config.js
index 631ea2eab..27de063ae 100644
--- a/web/tailwind.config.js
+++ b/web/tailwind.config.js
@@ -55,7 +55,7 @@ module.exports = {
'input-border': 'var(--input-border)',
/* design colors */
-
+ 'bg-title': 'var(--bg-title)',
'bg-base': 'var(--bg-base)',
'bg-card': 'var(--bg-card)',
'bg-component': 'var(--bg-component)',
diff --git a/web/tailwind.css b/web/tailwind.css
index c7c9982f8..9df292555 100644
--- a/web/tailwind.css
+++ b/web/tailwind.css
@@ -91,6 +91,8 @@
--input-border: rgba(22, 22, 24, 0.2);
--metallic: #46464a;
+
+ --bg-title: #f6f6f7;
/* design colors */
--bg-base: #ffffff;
@@ -235,6 +237,8 @@
--input-border: rgba(255, 255, 255, 0.2);
--metallic: #fafafa;
+
+ --bg-title: #38383a;
/* design colors */
--bg-base: #161618;