Skip to content

Commit 4b450ad

Browse files
author
Sravan S
authored
fix: MessageInout cursor - use not-allowed instead of disabled (#697)
Fixes: #691 Thanks @roderickhsiao
1 parent ec01a69 commit 4b450ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/MessageInput/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119

120120
.sendbird-message-input__disabled {
121121
pointer-events: none;
122-
cursor: disabled;
122+
cursor: not-allowed;
123123
.sendbird-message-input--textarea {
124124
@include themed() {
125125
color: t(on-bg-4);

0 commit comments

Comments
 (0)