feat: rich text input for chat

This commit is contained in:
Timothy J. Baek
2024-10-18 23:54:35 -07:00
parent 5e96922eba
commit f46b95300b
15 changed files with 268 additions and 178 deletions

View File

@@ -23,7 +23,7 @@
fill: #ebbcba;
}
.rose-pine-dawn #chat-textarea {
.rose-pine-dawn #chat-input {
background: #cecacd;
margin: 0.3rem;
padding: 0.5rem;

View File

@@ -23,7 +23,7 @@
fill: #c4a7e7;
}
.rose-pine #chat-textarea {
.rose-pine #chat-input {
background: #393552;
margin: 0.3rem;
padding: 0.5rem;