aboutsummaryrefslogtreecommitdiff
path: root/vnext
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-06-22 11:41:31 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:53 +0300
commit141599103c5b46921a18c33d72ee75518f6705b4 (patch)
treeb3e94306abe0991982bafcf213abdf163c435aab /vnext
parent95a88c4bb3733200912a877821c0a919d42022b6 (diff)
camera input color
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',