Skip to content

Commit 49f9115

Browse files
committed
chore: dark mode hover states
1 parent 0c2dcee commit 49f9115

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@
7676
}
7777
}
7878

79+
/* Button hover states */
80+
.aicr__ai-message-composer__round-button {
81+
&:hover:not(:disabled) {
82+
background-color: var(--ai-demo-bg-tertiary) !important;
83+
}
84+
85+
&[aria-pressed='true'] {
86+
background-color: rgba(0, 95, 255, 0.2) !important;
87+
}
88+
}
89+
7990
/* Mobile responsiveness */
8091
@media (max-width: 768px) {
8192
padding: 1rem;

0 commit comments

Comments
 (0)