mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-21 14:12:42 +02:00
Minor Update to UI (#1692)
New sidebar / chatbar color, hidable right-panel, and many more small tweaks. --------- Co-authored-by: pablodanswer <“pablo@danswer.ai”>
This commit is contained in:
@@ -43,6 +43,8 @@ module.exports = {
|
||||
"background-strong": "#eaecef",
|
||||
"background-search": "#ffffff",
|
||||
"background-custom-header": "#f3f4f6",
|
||||
"background-inverted": "#000000",
|
||||
"background-weak": "#f3f4f6", // gray-100
|
||||
|
||||
// text or icons
|
||||
link: "#3b82f6", // blue-500
|
||||
@@ -60,6 +62,7 @@ module.exports = {
|
||||
// borders
|
||||
border: "#e5e7eb", // gray-200
|
||||
"border-light": "#f3f4f6", // gray-100
|
||||
"border-medium": "#d1d5db", // gray-300
|
||||
"border-strong": "#9ca3af", // gray-400
|
||||
|
||||
// hover
|
||||
@@ -73,13 +76,6 @@ module.exports = {
|
||||
text: "#fef9c3", // yellow-100
|
||||
},
|
||||
|
||||
// bubbles in chat for each "user"
|
||||
user: "#fb7185", // yellow-400
|
||||
ai: "#60a5fa", // blue-400
|
||||
|
||||
// for display documents
|
||||
document: "#ec4899", // pink-500
|
||||
|
||||
// scrollbar
|
||||
scrollbar: {
|
||||
track: "#f9fafb",
|
||||
@@ -92,6 +88,13 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
|
||||
// bubbles in chat for each "user"
|
||||
user: "#fb7185", // yellow-400
|
||||
ai: "#60a5fa", // blue-400
|
||||
|
||||
// for display documents
|
||||
document: "#ec4899", // pink-500
|
||||
|
||||
// light mode
|
||||
tremor: {
|
||||
brand: {
|
||||
|
Reference in New Issue
Block a user