UX: increase chat pre scrollbar contrast (#25930)

This commit is contained in:
Kris
2024-02-28 12:27:08 -05:00
committed by GitHub
parent 337773b8ac
commit 6426eaff39

View File

@@ -140,6 +140,10 @@
width: 28px;
height: 28px;
}
pre {
scrollbar-color: var(--primary-300) transparent;
}
}
.touch .chat-message-container {