aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
Diffstat (limited to 'vnext')
-rw-r--r--vnext/src/components/MessageInput.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/components/MessageInput.js b/vnext/src/components/MessageInput.js
index ef740e41..a8bbbc33 100644
--- a/vnext/src/components/MessageInput.js
+++ b/vnext/src/components/MessageInput.js
@@ -97,7 +97,8 @@ export default class MessageInput extends React.Component {
}
const inactiveStyle = {
- cursor: 'pointer'
+ cursor: 'pointer',
+ color: '#888'
};
const activeStyle = {
cursor: 'pointer',