Skip to content

Commit 0c2dcee

Browse files
committed
chore: design tweaks (x3)
1 parent 3b5e0c9 commit 0c2dcee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/react-chatbot/components/MessageInputBar/MessageInputBar.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@
9090
}
9191
}
9292
}
93+
94+
[data-theme='dark'] .aicr__ai-message-composer__select {
95+
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
96+
}

0 commit comments

Comments
 (0)